Html Css Color HEX #AA16E7 Dark Violet

📋 copy color: '#AA16E7'

red 170 ◦ green 22 ◦ blue 231

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

Shades of Dark Violet #AA16E7

Tints of Dark Violet #AA16E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 54.61%

R = 40.19%
G = 5.2%
B = 54.61%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA16E7 (or 0xAA16E7) is known color: Dark Violet. HEX triplet: AA, 16 and E7. RGB value is (170,22,231). Sum of RGB (Red+Green+Blue) = 170+22+231=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 22 (8.98% from 255 or 5.20% from 423); Blue value is 231 (90.62% from 255 or 54.61% from 423); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA16E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA16E7 is #55E918. Grayscale: #595959. Windows color (decimal): -5630233 or 15144618. OLE color: 15144618.

HSL color Cylindrical-coordinate representation of color #AA16E7: hue angle of 282.49º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA16E7 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 22 231 -
CMYK 0.26 0.90 0 0.09
HSL 282.49º 0.83% 0.5% -
HSV(B) 282.49º 0.9% 0.91% -
XYZ 31.29 14.89 76.83 -
YUV 90.08 207.53 185.01 -
System Red Green Blue C M Y K H S L
Decimal 170 22 231 0.26 0.90 0 0.09 282.49 0.83 0.5
Hex AA 16 E7 1A 5A 0 9 11A 53 32
Octal 252 26 347 32 132 0 11 432 123 62
Binary 10101010 10110 11100111 11010 1011010 0 1001 100011010 1010011 110010

Color Harmonies of #AA16E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA16E7

Black with #AA16E7

Text Example


Text Example

White with #AA16E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA16E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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