Html Css Color HEX #AA06DA Dark Violet

📋 copy color: '#AA06DA'

red 170 ◦ green 6 ◦ blue 218

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

Shades of Dark Violet #AA06DA

Tints of Dark Violet #AA06DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.33%

R = 43.15%
G = 1.52%
B = 55.33%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA06DA (or 0xAA06DA) is known color: Dark Violet. HEX triplet: AA, 06 and DA. RGB value is (170,6,218). Sum of RGB (Red+Green+Blue) = 170+6+218=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 6 (2.73% from 255 or 1.52% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA06DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA06DA is #55F925. Grayscale: #4E4E4E. Windows color (decimal): -5634342 or 14288554. OLE color: 14288554.

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

Color convert

RGB 170 6 218 -
CMYK 0.22 0.97 0 0.15
HSL 286.42º 0.95% 0.44% -
HSV(B) 286.42º 0.97% 0.85% -
XYZ 29.3 13.74 67.44 -
YUV 79.2 206.33 192.76 -
System Red Green Blue C M Y K H S L
Decimal 170 6 218 0.22 0.97 0 0.15 286.42 0.95 0.44
Hex AA 6 DA 16 61 0 F 11E 5F 2C
Octal 252 6 332 26 141 0 17 436 137 54
Binary 10101010 110 11011010 10110 1100001 0 1111 100011110 1011111 101100

Color Harmonies of #AA06DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA06DA

Black with #AA06DA

Text Example


Text Example

White with #AA06DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA06DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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