Html Css Color HEX #AA10D9 Dark Violet

📋 copy color: '#AA10D9'

red 170 ◦ green 16 ◦ blue 217

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

Shades of Dark Violet #AA10D9

Tints of Dark Violet #AA10D9

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.97%

 BLUE value IS 217 (85.16% from 255) = 53.85%

R = 42.18%
G = 3.97%
B = 53.85%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA10D9 (or 0xAA10D9) is known color: Dark Violet. HEX triplet: AA, 10 and D9. RGB value is (170,16,217). Sum of RGB (Red+Green+Blue) = 170+16+217=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 217 (85.16% from 255 or 53.85% from 403); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA10D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA10D9 is #55EF26. Grayscale: #545454. Windows color (decimal): -5631783 or 14225578. OLE color: 14225578.

HSL color Cylindrical-coordinate representation of color #AA10D9: hue angle of 285.97º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA10D9 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 16 217 -
CMYK 0.22 0.93 0 0.15
HSL 285.97º 0.86% 0.46% -
HSV(B) 285.97º 0.93% 0.85% -
XYZ 29.29 13.93 66.79 -
YUV 84.96 202.52 188.66 -
System Red Green Blue C M Y K H S L
Decimal 170 16 217 0.22 0.93 0 0.15 285.97 0.86 0.46
Hex AA 10 D9 16 5D 0 F 11E 56 2E
Octal 252 20 331 26 135 0 17 436 126 56
Binary 10101010 10000 11011001 10110 1011101 0 1111 100011110 1010110 101110

Color Harmonies of #AA10D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA10D9

Black with #AA10D9

Text Example


Text Example

White with #AA10D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA10D9; }

 p { color: rgb(170,16,217); }

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

background-color css

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

 a { background-color: rgb(170,16,217); }

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

border-color css

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

 span { border-color: rgb(170,16,217); }

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