Html Css Color HEX #A24DAB Violet Blue

📋 copy color: '#A24DAB'

red 162 ◦ green 77 ◦ blue 171

#A24DAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #A24DAB

Tints of Violet Blue #A24DAB

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 value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A24DAB (or 0xA24DAB) is known color: 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

RGB 162 77 171 -
CMYK 0.05 0.55 0 0.33
HSL 294.26º 0.38% 0.49% -
HSV(B) 294.26º 0.55% 0.67% -
XYZ 24.9 15.93 40.29 -
YUV 113.13 160.66 162.86 -
System Red Green Blue C M Y K H S L
Decimal 162 77 171 0.05 0.55 0 0.33 294.26 0.38 0.49
Hex A2 4D AB 5 37 0 21 126 26 31
Octal 242 115 253 5 67 0 41 446 46 61
Binary 10100010 1001101 10101011 101 110111 0 100001 100100110 100110 110001

Color Harmonies of #A24DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24DAB

Black with #A24DAB

Text Example


Text Example

White with #A24DAB

Text Example


Text Example

HTML Codes & Css Web 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>