Html Css Color HEX #AA06D9 Dark Violet

📋 copy color: '#AA06D9'

red 170 ◦ green 6 ◦ blue 217

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

Shades of Dark Violet #AA06D9

Tints of Dark Violet #AA06D9

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.53%

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

R = 43.26%
G = 1.53%
B = 55.22%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA06D9 (or 0xAA06D9) is known color: Dark Violet. HEX triplet: AA, 06 and D9. RGB value is (170,6,217). Sum of RGB (Red+Green+Blue) = 170+6+217=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 6 (2.73% from 255 or 1.53% from 393); Blue value is 217 (85.16% from 255 or 55.22% from 393); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA06D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA06D9 is #55F926. Grayscale: #4E4E4E. Windows color (decimal): -5634343 or 14223018. OLE color: 14223018.

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

Color convert

RGB 170 6 217 -
CMYK 0.22 0.97 0 0.15
HSL 286.64º 0.95% 0.44% -
HSV(B) 286.64º 0.97% 0.85% -
XYZ 29.17 13.69 66.75 -
YUV 79.09 205.83 192.84 -
System Red Green Blue C M Y K H S L
Decimal 170 6 217 0.22 0.97 0 0.15 286.64 0.95 0.44
Hex AA 6 D9 16 61 0 F 11F 5F 2C
Octal 252 6 331 26 141 0 17 437 137 54
Binary 10101010 110 11011001 10110 1100001 0 1111 100011111 1011111 101100

Color Harmonies of #AA06D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA06D9

Black with #AA06D9

Text Example


Text Example

White with #AA06D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA06D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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