#A2499A

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

Shades of Violet Blue #A2499A

Tints of Violet Blue #A2499A

Color information

#A2499A (or 0xA2499A) is unknown color: approx Violet Blue. HEX triplet: A2, 49 and 9A. RGB value is (162,73,154). Sum of RGB (Red+Green+Blue) = 162+73+154=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A2499A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2499A is #5DB665. Grayscale: #6C6C6C. Windows color (decimal): -6141542 or 10111394. OLE color: 10111394.

HSL color Cylindrical-coordinate representation of color #A2499A: hue angle of 305.39º 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 #A2499A is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB16273154-
CMYK00.550.050.36
HSL305.39º37.87%46.08%-
HSV(B)305.39º54.94%63.53%-
XYZ23.1214.7832.21-
YUV108.84153.49165.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 73 (28.91% from 255) = 18.77%
BLUE value IS 154 (60.55% from 255) = 39.59%
R=41.65%
G=18.77%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627315400.550.050.36305.3937.8746.08
HexA2499A037524131262e
Octal2421112320675444614656
Binary101000101001001100110100110111101100100100110001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2499A; }

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

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

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

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

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

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

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

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