Html Css Color HEX #AA06DD Dark Violet

📋 copy color: '#AA06DD'

red 170 ◦ green 6 ◦ blue 221

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

Shades of Dark Violet #AA06DD

Tints of Dark Violet #AA06DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.67%

R = 42.82%
G = 1.51%
B = 55.67%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA06DD (or 0xAA06DD) is known color: Dark Violet. HEX triplet: AA, 06 and DD. RGB value is (170,6,221). Sum of RGB (Red+Green+Blue) = 170+6+221=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA06DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA06DD is #55F922. Grayscale: #4E4E4E. Windows color (decimal): -5634339 or 14485162. OLE color: 14485162.

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

Color convert

RGB 170 6 221 -
CMYK 0.23 0.97 0 0.13
HSL 285.77º 0.95% 0.45% -
HSV(B) 285.77º 0.97% 0.87% -
XYZ 29.69 13.9 69.52 -
YUV 79.55 207.83 192.52 -
System Red Green Blue C M Y K H S L
Decimal 170 6 221 0.23 0.97 0 0.13 285.77 0.95 0.45
Hex AA 6 DD 17 61 0 D 11E 5F 2D
Octal 252 6 335 27 141 0 15 436 137 55
Binary 10101010 110 11011101 10111 1100001 0 1101 100011110 1011111 101101

Color Harmonies of #AA06DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA06DD

Black with #AA06DD

Text Example


Text Example

White with #AA06DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA06DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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