Html Css Color HEX #AA06D0 Dark Violet

📋 copy color: '#AA06D0'

red 170 ◦ green 6 ◦ blue 208

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

Shades of Dark Violet #AA06D0

Tints of Dark Violet #AA06D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 54.17%

R = 44.27%
G = 1.56%
B = 54.17%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA06D0 (or 0xAA06D0) is known color: Dark Violet. HEX triplet: AA, 06 and D0. RGB value is (170,6,208). Sum of RGB (Red+Green+Blue) = 170+6+208=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 6 (2.73% from 255 or 1.56% from 384); Blue value is 208 (81.64% from 255 or 54.17% from 384); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA06D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA06D0 is #55F92F. Grayscale: #4D4D4D. Windows color (decimal): -5634352 or 13633194. OLE color: 13633194.

HSL color Cylindrical-coordinate representation of color #AA06D0: hue angle of 288.71º 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 #AA06D0 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 6 208 -
CMYK 0.18 0.97 0 0.18
HSL 288.71º 0.94% 0.42% -
HSV(B) 288.71º 0.97% 0.82% -
XYZ 28.03 13.23 60.75 -
YUV 78.06 201.33 193.57 -
System Red Green Blue C M Y K H S L
Decimal 170 6 208 0.18 0.97 0 0.18 288.71 0.94 0.42
Hex AA 6 D0 12 61 0 12 121 5E 2A
Octal 252 6 320 22 141 0 22 441 136 52
Binary 10101010 110 11010000 10010 1100001 0 10010 100100001 1011110 101010

Color Harmonies of #AA06D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA06D0

Black with #AA06D0

Text Example


Text Example

White with #AA06D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA06D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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