#A2449E

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

Shades of Violet Blue #A2449E

Tints of Violet Blue #A2449E

Color information

#A2449E (or 0xA2449E) is unknown color: approx Violet Blue. HEX triplet: A2, 44 and 9E. RGB value is (162,68,158). Sum of RGB (Red+Green+Blue) = 162+68+158=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A2449E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2449E is #5DBB61. Grayscale: #6A6A6A. Windows color (decimal): -6142818 or 10372258. OLE color: 10372258.

HSL color Cylindrical-coordinate representation of color #A2449E: hue angle of 302.55º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2449E is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16268158-
CMYK00.580.020.36
HSL302.55º40.87%45.1%-
HSV(B)302.55º58.02%63.53%-
XYZ23.1414.2833.89-
YUV106.37157.14167.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.75%
GREEN value IS 68 (26.95% from 255) = 17.53%
BLUE value IS 158 (62.11% from 255) = 40.72%
R=41.75%
G=17.53%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626815800.580.020.36302.5540.8745.1
HexA2449E03A22412f292d
Octal2421042360722444575155
Binary10100010100010010011110011101010100100100101111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2449E; }

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

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

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

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

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

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

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

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