#A2499E

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

Shades of Violet Blue #A2499E

Tints of Violet Blue #A2499E

Color information

#A2499E (or 0xA2499E) is unknown color: approx Violet Blue. HEX triplet: A2, 49 and 9E. RGB value is (162,73,158). Sum of RGB (Red+Green+Blue) = 162+73+158=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A2499E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2499E is #5DB661. Grayscale: #6D6D6D. Windows color (decimal): -6141538 or 10373538. OLE color: 10373538.

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

Color convert

RGB16273158-
CMYK00.550.020.36
HSL302.7º37.87%46.08%-
HSV(B)302.7º54.94%63.53%-
XYZ23.4514.9233.99-
YUV109.3155.49165.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.22%
GREEN value IS 73 (28.91% from 255) = 18.58%
BLUE value IS 158 (62.11% from 255) = 40.20%
R=41.22%
G=18.58%
B=40.20%

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
Decimal1627315800.550.020.36302.737.8746.08
HexA2499E03722412f262e
Octal2421112360672444574656
Binary10100010100100110011110011011110100100100101111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2499E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2499E; }

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

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

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

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

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

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

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

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