#A2499B

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

Shades of Violet Blue #A2499B

Tints of Violet Blue #A2499B

Color information

#A2499B (or 0xA2499B) is unknown color: approx Violet Blue. HEX triplet: A2, 49 and 9B. RGB value is (162,73,155). Sum of RGB (Red+Green+Blue) = 162+73+155=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A2499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2499B is #5DB664. Grayscale: #6C6C6C. Windows color (decimal): -6141541 or 10176930. OLE color: 10176930.

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

Color convert

RGB16273155-
CMYK00.550.040.36
HSL304.72º37.87%46.08%-
HSV(B)304.72º54.94%63.53%-
XYZ23.214.8132.65-
YUV108.96153.99165.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.54%
GREEN value IS 73 (28.91% from 255) = 18.72%
BLUE value IS 155 (60.94% from 255) = 39.74%
R=41.54%
G=18.72%
B=39.74%

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
Decimal1627315500.550.040.36304.7237.8746.08
HexA2499B037424131262e
Octal2421112330674444614656
Binary101000101001001100110110110111100100100100110001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2499B; }

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

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

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

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

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

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

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

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