#A24A96

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

Shades of Violet Blue #A24A96

Tints of Violet Blue #A24A96

Color information

#A24A96 (or 0xA24A96) is unknown color: approx Violet Blue. HEX triplet: A2, 4A and 96. RGB value is (162,74,150). Sum of RGB (Red+Green+Blue) = 162+74+150=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24A96 is #5DB569. Grayscale: #6C6C6C. Windows color (decimal): -6141290 or 9849506. OLE color: 9849506.

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

Color convert

RGB16274150-
CMYK00.540.070.36
HSL308.18º37.29%46.27%-
HSV(B)308.18º54.32%63.53%-
XYZ22.8514.7830.5-
YUV108.98151.15165.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.97%
GREEN value IS 74 (29.30% from 255) = 19.17%
BLUE value IS 150 (58.98% from 255) = 38.86%
R=41.97%
G=19.17%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627415000.540.070.36308.1837.2946.27
HexA24A96036724134252e
Octal2421122260667444644556
Binary101000101001010100101100110110111100100100110100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24A96; }

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

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

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

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

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

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

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

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