#A24B96

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

Shades of Violet Blue #A24B96

Tints of Violet Blue #A24B96

Color information

#A24B96 (or 0xA24B96) is unknown color: approx Violet Blue. HEX triplet: A2, 4B and 96. RGB value is (162,75,150). Sum of RGB (Red+Green+Blue) = 162+75+150=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24B96 is #5DB469. Grayscale: #6D6D6D. Windows color (decimal): -6141034 or 9849762. OLE color: 9849762.

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

Color convert

RGB16275150-
CMYK00.540.070.36
HSL308.28º36.71%46.47%-
HSV(B)308.28º53.7%63.53%-
XYZ22.9214.9230.53-
YUV109.56150.82165.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.86%
GREEN value IS 75 (29.69% from 255) = 19.38%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=41.86%
G=19.38%
B=38.76%

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
Decimal1627515000.540.070.36308.2836.7146.47
HexA24B96036724134252e
Octal2421132260667444644556
Binary101000101001011100101100110110111100100100110100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24B96; }

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

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

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

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

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

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

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

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