Html Css Color HEX #AA06DC Dark Violet

📋 copy color: '#AA06DC'

red 170 ◦ green 6 ◦ blue 220

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

Shades of Dark Violet #AA06DC

Tints of Dark Violet #AA06DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.56%

R = 42.93%
G = 1.52%
B = 55.56%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA06DC (or 0xAA06DC) is known color: Dark Violet. HEX triplet: AA, 06 and DC. RGB value is (170,6,220). Sum of RGB (Red+Green+Blue) = 170+6+220=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 6 (2.73% from 255 or 1.52% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA06DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA06DC is #55F923. Grayscale: #4E4E4E. Windows color (decimal): -5634340 or 14419626. OLE color: 14419626.

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

Color convert

RGB 170 6 220 -
CMYK 0.23 0.97 0 0.14
HSL 285.98º 0.95% 0.44% -
HSV(B) 285.98º 0.97% 0.86% -
XYZ 29.56 13.84 68.82 -
YUV 79.43 207.33 192.6 -
System Red Green Blue C M Y K H S L
Decimal 170 6 220 0.23 0.97 0 0.14 285.98 0.95 0.44
Hex AA 6 DC 17 61 0 E 11E 5F 2C
Octal 252 6 334 27 141 0 16 436 137 54
Binary 10101010 110 11011100 10111 1100001 0 1110 100011110 1011111 101100

Color Harmonies of #AA06DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA06DC

Black with #AA06DC

Text Example


Text Example

White with #AA06DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA06DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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