Html Css Color HEX #A24AA9 Violet Blue

📋 copy color: '#A24AA9'

red 162 ◦ green 74 ◦ blue 169

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

Shades of Violet Blue #A24AA9

Tints of Violet Blue #A24AA9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.27%

 BLUE value IS 169 (66.41% from 255) = 41.73%

R = 40%
G = 18.27%
B = 41.73%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A24AA9 (or 0xA24AA9) is known color: Violet Blue. HEX triplet: A2, 4A and A9. RGB value is (162,74,169). Sum of RGB (Red+Green+Blue) = 162+74+169=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 169 (66.41% from 255 or 41.73% from 405); Max value from RGB is 169 - color contains mainly: blue. Hex color #A24AA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24AA9 is #5DB556. Grayscale: #6E6E6E. Windows color (decimal): -6141271 or 11094690. OLE color: 11094690.

HSL color Cylindrical-coordinate representation of color #A24AA9: hue angle of 295.58º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A24AA9 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 162 74 169 -
CMYK 0.04 0.56 0 0.34
HSL 295.58º 0.39% 0.48% -
HSV(B) 295.58º 0.56% 0.66% -
XYZ 24.51 15.44 39.23 -
YUV 111.14 160.65 164.28 -
System Red Green Blue C M Y K H S L
Decimal 162 74 169 0.04 0.56 0 0.34 295.58 0.39 0.48
Hex A2 4A A9 4 38 0 22 128 27 30
Octal 242 112 251 4 70 0 42 450 47 60
Binary 10100010 1001010 10101001 100 111000 0 100010 100101000 100111 110000

Color Harmonies of #A24AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24AA9

Black with #A24AA9

Text Example


Text Example

White with #A24AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24AA9; }

 p { color: rgb(162,74,169); }

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

background-color css

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

 a { background-color: rgb(162,74,169); }

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

border-color css

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

 span { border-color: rgb(162,74,169); }

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