Html Css Color HEX #AA0EC7 Dark Violet

📋 copy color: '#AA0EC7'

red 170 ◦ green 14 ◦ blue 199

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

Shades of Dark Violet #AA0EC7

Tints of Dark Violet #AA0EC7

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.66%

 BLUE value IS 199 (78.13% from 255) = 51.96%

R = 44.39%
G = 3.66%
B = 51.96%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA0EC7 (or 0xAA0EC7) is known color: Dark Violet. HEX triplet: AA, 0E and C7. RGB value is (170,14,199). Sum of RGB (Red+Green+Blue) = 170+14+199=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 199 (78.12% from 255 or 51.96% from 383); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA0EC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0EC7 is #55F138. Grayscale: #515151. Windows color (decimal): -5632313 or 13045418. OLE color: 13045418.

HSL color Cylindrical-coordinate representation of color #AA0EC7: hue angle of 290.59º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0EC7 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 14 199 -
CMYK 0.15 0.93 0 0.22
HSL 290.59º 0.87% 0.42% -
HSV(B) 290.59º 0.93% 0.78% -
XYZ 27.04 12.98 55.11 -
YUV 81.73 194.18 190.96 -
System Red Green Blue C M Y K H S L
Decimal 170 14 199 0.15 0.93 0 0.22 290.59 0.87 0.42
Hex AA E C7 F 5D 0 16 123 57 2A
Octal 252 16 307 17 135 0 26 443 127 52
Binary 10101010 1110 11000111 1111 1011101 0 10110 100100011 1010111 101010

Color Harmonies of #AA0EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0EC7

Black with #AA0EC7

Text Example


Text Example

White with #AA0EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0EC7; }

 p { color: rgb(170,14,199); }

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

background-color css

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

 a { background-color: rgb(170,14,199); }

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

border-color css

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

 span { border-color: rgb(170,14,199); }

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