#A25CA9

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

Shades of Violet Blue #A25CA9

Tints of Violet Blue #A25CA9

Color information

#A25CA9 (or 0xA25CA9) is unknown color: approx Violet Blue. HEX triplet: A2, 5C and A9. RGB value is (162,92,169). Sum of RGB (Red+Green+Blue) = 162+92+169=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 169 - color contains mainly: blue. Hex color #A25CA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25CA9 is #5DA356. Grayscale: #797979. Windows color (decimal): -6136663 or 11099298. OLE color: 11099298.

HSL color Cylindrical-coordinate representation of color #A25CA9: hue angle of 294.55º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A25CA9 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16292169-
CMYK0.040.4600.34
HSL294.55º30.92%51.18%-
HSV(B)294.55º45.56%66.27%-
XYZ25.8918.239.68-
YUV121.71154.69156.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.30%
GREEN value IS 92 (36.33% from 255) = 21.75%
BLUE value IS 169 (66.41% from 255) = 39.95%
R=38.30%
G=21.75%
B=39.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal162921690.040.4600.34294.5530.9251.18
HexA25CA942E0221271f33
Octal2421342514560424473763
Binary10100010101110010101001100101110010001010010011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25CA9; }

 p { color: rgb(162,92,169); }

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

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

 a { background-color: rgb(162,92,169); }

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

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

 span { border-color: rgb(162,92,169); }

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