#A24197

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

Shades of Violet Blue #A24197

Tints of Violet Blue #A24197

Color information

#A24197 (or 0xA24197) is unknown color: approx Violet Blue. HEX triplet: A2, 41 and 97. RGB value is (162,65,151). Sum of RGB (Red+Green+Blue) = 162+65+151=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A24197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24197 is #5DBE68. Grayscale: #676767. Windows color (decimal): -6143593 or 9912738. OLE color: 9912738.

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

Color convert

RGB16265151-
CMYK00.600.070.36
HSL306.8º42.73%44.51%-
HSV(B)306.8º59.88%63.53%-
XYZ22.3813.730.74-
YUV103.81154.64169.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.86%
GREEN value IS 65 (25.78% from 255) = 17.20%
BLUE value IS 151 (59.38% from 255) = 39.95%
R=42.86%
G=17.20%
B=39.95%

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
Decimal1626515100.600.070.36306.842.7344.51
HexA2419703C7241332b2d
Octal2421012270747444635355
Binary101000101000001100101110111100111100100100110011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24197; }

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

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

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

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

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

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

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

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