Html Css Color HEX #AA06CC Dark Violet

📋 copy color: '#AA06CC'

red 170 ◦ green 6 ◦ blue 204

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

Shades of Dark Violet #AA06CC

Tints of Dark Violet #AA06CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.68%

R = 44.74%
G = 1.58%
B = 53.68%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA06CC (or 0xAA06CC) is known color: Dark Violet. HEX triplet: AA, 06 and CC. RGB value is (170,6,204). Sum of RGB (Red+Green+Blue) = 170+6+204=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 6 (2.73% from 255 or 1.58% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA06CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA06CC is #55F933. Grayscale: #4C4C4C. Windows color (decimal): -5634356 or 13371050. OLE color: 13371050.

HSL color Cylindrical-coordinate representation of color #AA06CC: hue angle of 289.7º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA06CC is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 6 204 -
CMYK 0.17 0.97 0 0.2
HSL 289.7º 0.94% 0.41% -
HSV(B) 289.7º 0.97% 0.8% -
XYZ 27.54 13.04 58.19 -
YUV 77.61 199.33 193.9 -
System Red Green Blue C M Y K H S L
Decimal 170 6 204 0.17 0.97 0 0.2 289.7 0.94 0.41
Hex AA 6 CC 11 61 0 14 122 5E 29
Octal 252 6 314 21 141 0 24 442 136 51
Binary 10101010 110 11001100 10001 1100001 0 10100 100100010 1011110 101001

Color Harmonies of #AA06CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA06CC

Black with #AA06CC

Text Example


Text Example

White with #AA06CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA06CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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