Html Css Color HEX #A24DA6 Violet Blue

📋 copy color: '#A24DA6'

red 162 ◦ green 77 ◦ blue 166

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

Shades of Violet Blue #A24DA6

Tints of Violet Blue #A24DA6

RGB

 RED value IS 162 (63.67% from 255) = 40%

 GREEN value IS 77 (30.47% from 255) = 19.01%

 BLUE value IS 166 (65.23% from 255) = 40.99%

R = 40%
G = 19.01%
B = 40.99%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A24DA6 (or 0xA24DA6) is known color: Violet Blue. HEX triplet: A2, 4D and A6. RGB value is (162,77,166). Sum of RGB (Red+Green+Blue) = 162+77+166=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 166 - color contains mainly: blue. Hex color #A24DA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24DA6 is #5DB259. Grayscale: #707070. Windows color (decimal): -6140506 or 10898850. OLE color: 10898850.

HSL color Cylindrical-coordinate representation of color #A24DA6: hue angle of 297.3º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A24DA6 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 77 166 -
CMYK 0.02 0.54 0 0.35
HSL 297.3º 0.37% 0.48% -
HSV(B) 297.3º 0.54% 0.65% -
XYZ 24.44 15.74 37.83 -
YUV 112.56 158.16 163.26 -
System Red Green Blue C M Y K H S L
Decimal 162 77 166 0.02 0.54 0 0.35 297.3 0.37 0.48
Hex A2 4D A6 2 36 0 23 129 25 30
Octal 242 115 246 2 66 0 43 451 45 60
Binary 10100010 1001101 10100110 10 110110 0 100011 100101001 100101 110000

Color Harmonies of #A24DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24DA6

Black with #A24DA6

Text Example


Text Example

White with #A24DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24DA6; }

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

 H1.HeaderClassName
 {
   color: #A24DA6;
 }
 .AnyTagClassName
 {
   color: #A24DA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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