#A2449C

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

Shades of Violet Blue #A2449C

Tints of Violet Blue #A2449C

Color information

#A2449C (or 0xA2449C) is unknown color: approx Violet Blue. HEX triplet: A2, 44 and 9C. RGB value is (162,68,156). Sum of RGB (Red+Green+Blue) = 162+68+156=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A2449C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2449C is #5DBB63. Grayscale: #696969. Windows color (decimal): -6142820 or 10241186. OLE color: 10241186.

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

Color convert

RGB16268156-
CMYK00.580.040.36
HSL303.83º40.87%45.1%-
HSV(B)303.83º58.02%63.53%-
XYZ22.9714.2232.99-
YUV106.14156.14167.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.97%
GREEN value IS 68 (26.95% from 255) = 17.62%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=41.97%
G=17.62%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626815600.580.040.36303.8340.8745.1
HexA2449C03A424130292d
Octal2421042340724444605155
Binary101000101000100100111000111010100100100100110000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2449C; }

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

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

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

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

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

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

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

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