#A24996

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

Shades of Violet Blue #A24996

Tints of Violet Blue #A24996

Color information

#A24996 (or 0xA24996) is unknown color: approx Violet Blue. HEX triplet: A2, 49 and 96. RGB value is (162,73,150). Sum of RGB (Red+Green+Blue) = 162+73+150=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A24996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24996 is #5DB669. Grayscale: #6C6C6C. Windows color (decimal): -6141546 or 9849250. OLE color: 9849250.

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

Color convert

RGB16273150-
CMYK00.550.070.36
HSL308.09º37.87%46.08%-
HSV(B)308.09º54.94%63.53%-
XYZ22.7914.6530.48-
YUV108.39151.49166.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 73 (28.91% from 255) = 18.96%
BLUE value IS 150 (58.98% from 255) = 38.96%
R=42.08%
G=18.96%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627315000.550.070.36308.0937.8746.08
HexA24996037724134262e
Octal2421112260677444644656
Binary101000101001001100101100110111111100100100110100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24996; }

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

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

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

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

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

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

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

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