#A24EAB

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

Shades of Violet Blue #A24EAB

Tints of Violet Blue #A24EAB

Color information

#A24EAB (or 0xA24EAB) is unknown color: approx Violet Blue. HEX triplet: A2, 4E and AB. RGB value is (162,78,171). Sum of RGB (Red+Green+Blue) = 162+78+171=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #A24EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24EAB is #5DB154. Grayscale: #717171. Windows color (decimal): -6140245 or 11226786. OLE color: 11226786.

HSL color Cylindrical-coordinate representation of color #A24EAB: hue angle of 294.19º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A24EAB is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16278171-
CMYK0.050.5400.33
HSL294.19º37.35%48.82%-
HSV(B)294.19º54.39%67.06%-
XYZ24.9816.0740.31-
YUV113.72160.33162.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 78 (30.86% from 255) = 18.98%
BLUE value IS 171 (67.19% from 255) = 41.61%
R=39.42%
G=18.98%
B=41.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162781710.050.5400.33294.1937.3548.82
HexA24EAB5360211262531
Octal2421162535660414464561
Binary101000101001110101010111011101100100001100100110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24EAB; }

 p { color: rgb(162,78,171); }

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

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

 a { background-color: rgb(162,78,171); }

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

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

 span { border-color: rgb(162,78,171); }

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