#A2499C

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

Shades of Violet Blue #A2499C

Tints of Violet Blue #A2499C

Color information

#A2499C (or 0xA2499C) is unknown color: approx Violet Blue. HEX triplet: A2, 49 and 9C. RGB value is (162,73,156). Sum of RGB (Red+Green+Blue) = 162+73+156=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A2499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2499C is #5DB663. Grayscale: #6C6C6C. Windows color (decimal): -6141540 or 10242466. OLE color: 10242466.

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

Color convert

RGB16273156-
CMYK00.550.040.36
HSL304.04º37.87%46.08%-
HSV(B)304.04º54.94%63.53%-
XYZ23.2814.8533.09-
YUV109.07154.49165.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 73 (28.91% from 255) = 18.67%
BLUE value IS 156 (61.33% from 255) = 39.90%
R=41.43%
G=18.67%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627315600.550.040.36304.0437.8746.08
HexA2499C037424130262e
Octal2421112340674444604656
Binary101000101001001100111000110111100100100100110000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2499C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2499C; }

 p { color: rgb(162,73,156); }

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

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

 a { background-color: rgb(162,73,156); }

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

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

 span { border-color: rgb(162,73,156); }

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