#A24196

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

Shades of Violet Blue #A24196

Tints of Violet Blue #A24196

Color information

#A24196 (or 0xA24196) is unknown color: approx Violet Blue. HEX triplet: A2, 41 and 96. RGB value is (162,65,150). Sum of RGB (Red+Green+Blue) = 162+65+150=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A24196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24196 is #5DBE69. Grayscale: #676767. Windows color (decimal): -6143594 or 9847202. OLE color: 9847202.

HSL color Cylindrical-coordinate representation of color #A24196: hue angle of 307.42º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24196 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB16265150-
CMYK00.600.070.36
HSL307.42º42.73%44.51%-
HSV(B)307.42º59.88%63.53%-
XYZ22.313.6630.32-
YUV103.69154.14169.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 65 (25.78% from 255) = 17.24%
BLUE value IS 150 (58.98% from 255) = 39.79%
R=42.97%
G=17.24%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626515000.600.070.36307.4242.7344.51
HexA2419603C7241332b2d
Octal2421012260747444635355
Binary101000101000001100101100111100111100100100110011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24196; }

 p { color: rgb(162,65,150); }

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

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

 a { background-color: rgb(162,65,150); }

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

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

 span { border-color: rgb(162,65,150); }

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