Html Css Color HEX #AA06D1 Dark Violet

📋 copy color: '#AA06D1'

red 170 ◦ green 6 ◦ blue 209

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

Shades of Dark Violet #AA06D1

Tints of Dark Violet #AA06D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 54.29%

R = 44.16%
G = 1.56%
B = 54.29%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA06D1 (or 0xAA06D1) is known color: Dark Violet. HEX triplet: AA, 06 and D1. RGB value is (170,6,209). Sum of RGB (Red+Green+Blue) = 170+6+209=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 209 (82.03% from 255 or 54.29% from 385); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA06D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA06D1 is #55F92E. Grayscale: #4D4D4D. Windows color (decimal): -5634351 or 13698730. OLE color: 13698730.

HSL color Cylindrical-coordinate representation of color #AA06D1: hue angle of 288.47º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA06D1 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 6 209 -
CMYK 0.19 0.97 0 0.18
HSL 288.47º 0.94% 0.42% -
HSV(B) 288.47º 0.97% 0.82% -
XYZ 28.15 13.28 61.4 -
YUV 78.18 201.83 193.49 -
System Red Green Blue C M Y K H S L
Decimal 170 6 209 0.19 0.97 0 0.18 288.47 0.94 0.42
Hex AA 6 D1 13 61 0 12 120 5E 2A
Octal 252 6 321 23 141 0 22 440 136 52
Binary 10101010 110 11010001 10011 1100001 0 10010 100100000 1011110 101010

Color Harmonies of #AA06D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA06D1

Black with #AA06D1

Text Example


Text Example

White with #AA06D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA06D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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