Html Css Color HEX #AA06E4 Dark Violet

📋 copy color: '#AA06E4'

red 170 ◦ green 6 ◦ blue 228

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

Shades of Dark Violet #AA06E4

Tints of Dark Violet #AA06E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 56.44%

R = 42.08%
G = 1.49%
B = 56.44%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AA06E4 (or 0xAA06E4) is known color: Dark Violet. HEX triplet: AA, 06 and E4. RGB value is (170,6,228). Sum of RGB (Red+Green+Blue) = 170+6+228=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 6 (2.73% from 255 or 1.49% from 404); Blue value is 228 (89.45% from 255 or 56.44% from 404); Max value from RGB is 228 - color contains mainly: blue. Hex color #AA06E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA06E4 is #55F91B. Grayscale: #4F4F4F. Windows color (decimal): -5634332 or 14943914. OLE color: 14943914.

HSL color Cylindrical-coordinate representation of color #AA06E4: hue angle of 284.32º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA06E4 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 6 228 -
CMYK 0.25 0.97 0 0.11
HSL 284.32º 0.95% 0.46% -
HSV(B) 284.32º 0.97% 0.89% -
XYZ 30.65 14.28 74.54 -
YUV 80.34 211.33 191.95 -
System Red Green Blue C M Y K H S L
Decimal 170 6 228 0.25 0.97 0 0.11 284.32 0.95 0.46
Hex AA 6 E4 19 61 0 B 11C 5F 2E
Octal 252 6 344 31 141 0 13 434 137 56
Binary 10101010 110 11100100 11001 1100001 0 1011 100011100 1011111 101110

Color Harmonies of #AA06E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA06E4

Black with #AA06E4

Text Example


Text Example

White with #AA06E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA06E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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