#A2499F

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

Shades of Violet Blue #A2499F

Tints of Violet Blue #A2499F

Color information

#A2499F (or 0xA2499F) is unknown color: approx Violet Blue. HEX triplet: A2, 49 and 9F. RGB value is (162,73,159). Sum of RGB (Red+Green+Blue) = 162+73+159=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A2499F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2499F is #5DB660. Grayscale: #6D6D6D. Windows color (decimal): -6141537 or 10439074. OLE color: 10439074.

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

Color convert

RGB16273159-
CMYK00.550.020.36
HSL302.02º37.87%46.08%-
HSV(B)302.02º54.94%63.53%-
XYZ23.5414.9534.45-
YUV109.42155.99165.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.12%
GREEN value IS 73 (28.91% from 255) = 18.53%
BLUE value IS 159 (62.5% from 255) = 40.36%
R=41.12%
G=18.53%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627315900.550.020.36302.0237.8746.08
HexA2499F03722412e262e
Octal2421112370672444564656
Binary10100010100100110011111011011110100100100101110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2499F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2499F; }

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

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

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

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

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

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

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

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