Html Css Color HEX #AA06E8 Dark Violet

📋 copy color: '#AA06E8'

red 170 ◦ green 6 ◦ blue 232

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

Shades of Dark Violet #AA06E8

Tints of Dark Violet #AA06E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 56.86%

R = 41.67%
G = 1.47%
B = 56.86%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA06E8 (or 0xAA06E8) is known color: Dark Violet. HEX triplet: AA, 06 and E8. RGB value is (170,6,232). Sum of RGB (Red+Green+Blue) = 170+6+232=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 232 (91.02% from 255 or 56.86% from 408); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA06E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA06E8 is #55F917. Grayscale: #505050. Windows color (decimal): -5634328 or 15206058. OLE color: 15206058.

HSL color Cylindrical-coordinate representation of color #AA06E8: hue angle of 283.54º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA06E8 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 6 232 -
CMYK 0.27 0.97 0 0.09
HSL 283.54º 0.95% 0.47% -
HSV(B) 283.54º 0.97% 0.91% -
XYZ 31.21 14.5 77.5 -
YUV 80.8 213.33 191.62 -
System Red Green Blue C M Y K H S L
Decimal 170 6 232 0.27 0.97 0 0.09 283.54 0.95 0.47
Hex AA 6 E8 1B 61 0 9 11C 5F 2F
Octal 252 6 350 33 141 0 11 434 137 57
Binary 10101010 110 11101000 11011 1100001 0 1001 100011100 1011111 101111

Color Harmonies of #AA06E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA06E8

Black with #AA06E8

Text Example


Text Example

White with #AA06E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA06E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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