#A3259C

Color #A3259C Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #A3259C

Tints of Vivid Violet #A3259C

Color information

#A3259C (or 0xA3259C) is unknown color: approx Vivid Violet. HEX triplet: A3, 25 and 9C. RGB value is (163,37,156). Sum of RGB (Red+Green+Blue) = 163+37+156=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A3259C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3259C is #5CDA63. Grayscale: #575757. Windows color (decimal): -6085220 or 10233251. OLE color: 10233251.

HSL color Cylindrical-coordinate representation of color #A3259C: hue angle of 303.33º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A3259C is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB16337156-
CMYK00.770.040.36
HSL303.33º63%39.22%-
HSV(B)303.33º77.3%63.92%-
XYZ21.7711.5132.53-
YUV88.24166.24181.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 45.79%
GREEN value IS 37 (14.84% from 255) = 10.39%
BLUE value IS 156 (61.33% from 255) = 43.82%
R=45.79%
G=10.39%
B=43.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633715600.770.040.36303.336339.22
HexA3259C04D42412f3f27
Octal2434523401154444577747
Binary101000111001011001110001001101100100100100101111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3259C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3259C; }

 p { color: rgb(163,37,156); }

 H1.HeaderClassName
 {
   color: #A3259C;
 }
 .AnyTagClassName
 {
   color: #A3259C;
 }
</style>
background-color css

<style>
 a { background-color: #A3259C; }

 a { background-color: rgb(163,37,156); }

 div.DivClassName
 {
   background-color: #A3259C;
 }
 .BgClassName
 {
   background-color: #A3259C;
 }
</style>
border-color css

<style>
 span { border-color: #A3259C; }

 span { border-color: rgb(163,37,156); }

 td.TdClassName
 {
   border-color: #A3259C;
 }
 .TagClassName
 {
   border-color: #A3259C;
 }
</style>