#A24DAB

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

Shades of Violet Blue #A24DAB

Tints of Violet Blue #A24DAB

Color information

#A24DAB (or 0xA24DAB) is unknown color: approx Violet Blue. HEX triplet: A2, 4D and AB. RGB value is (162,77,171). Sum of RGB (Red+Green+Blue) = 162+77+171=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #A24DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24DAB is #5DB254. Grayscale: #707070. Windows color (decimal): -6140501 or 11226530. OLE color: 11226530.

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

Color convert

RGB16277171-
CMYK0.050.5500.33
HSL294.26º37.9%48.63%-
HSV(B)294.26º54.97%67.06%-
XYZ24.915.9340.29-
YUV113.13160.66162.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.51%
GREEN value IS 77 (30.47% from 255) = 18.78%
BLUE value IS 171 (67.19% from 255) = 41.71%
R=39.51%
G=18.78%
B=41.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162771710.050.5500.33294.2637.948.63
HexA24DAB5370211262631
Octal2421152535670414464661
Binary101000101001101101010111011101110100001100100110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24DAB; }

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

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

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

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

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

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

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

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