Html Css Color HEX #AA16E5 Dark Violet

📋 copy color: '#AA16E5'

red 170 ◦ green 22 ◦ blue 229

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

Shades of Dark Violet #AA16E5

Tints of Dark Violet #AA16E5

RGB

 RED value IS 170 (66.8% from 255) = 40.38%

 GREEN value IS 22 (8.98% from 255) = 5.23%

 BLUE value IS 229 (89.84% from 255) = 54.39%

R = 40.38%
G = 5.23%
B = 54.39%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA16E5 (or 0xAA16E5) is known color: Dark Violet. HEX triplet: AA, 16 and E5. RGB value is (170,22,229). Sum of RGB (Red+Green+Blue) = 170+22+229=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 229 (89.84% from 255 or 54.39% from 421); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA16E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA16E5 is #55E91A. Grayscale: #595959. Windows color (decimal): -5630235 or 15013546. OLE color: 15013546.

HSL color Cylindrical-coordinate representation of color #AA16E5: hue angle of 282.9º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA16E5 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 22 229 -
CMYK 0.26 0.90 0 0.10
HSL 282.9º 0.82% 0.49% -
HSV(B) 282.9º 0.9% 0.9% -
XYZ 31.01 14.78 75.35 -
YUV 89.85 206.53 185.17 -
System Red Green Blue C M Y K H S L
Decimal 170 22 229 0.26 0.90 0 0.10 282.9 0.82 0.49
Hex AA 16 E5 1A 5A 0 A 11B 52 31
Octal 252 26 345 32 132 0 12 433 122 61
Binary 10101010 10110 11100101 11010 1011010 0 1010 100011011 1010010 110001

Color Harmonies of #AA16E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA16E5

Black with #AA16E5

Text Example


Text Example

White with #AA16E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA16E5; }

 p { color: rgb(170,22,229); }

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

background-color css

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

 a { background-color: rgb(170,22,229); }

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

border-color css

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

 span { border-color: rgb(170,22,229); }

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