#A24397

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

Shades of Violet Blue #A24397

Tints of Violet Blue #A24397

Color information

#A24397 (or 0xA24397) is unknown color: approx Violet Blue. HEX triplet: A2, 43 and 97. RGB value is (162,67,151). Sum of RGB (Red+Green+Blue) = 162+67+151=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A24397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24397 is #5DBC68. Grayscale: #686868. Windows color (decimal): -6143081 or 9913250. OLE color: 9913250.

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

Color convert

RGB16267151-
CMYK00.590.070.36
HSL306.95º41.48%44.9%-
HSV(B)306.95º58.64%63.53%-
XYZ22.4913.9330.78-
YUV104.98153.97168.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 67 (26.56% from 255) = 17.63%
BLUE value IS 151 (59.38% from 255) = 39.74%
R=42.63%
G=17.63%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626715100.590.070.36306.9541.4844.9
HexA2439703B724133292d
Octal2421032270737444635155
Binary101000101000011100101110111011111100100100110011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24397; }

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

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

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

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

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

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

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

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