Html Css Color HEX #AA0EE1 Dark Violet

📋 copy color: '#AA0EE1'

red 170 ◦ green 14 ◦ blue 225

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

Shades of Dark Violet #AA0EE1

Tints of Dark Violet #AA0EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.01%

R = 41.56%
G = 3.42%
B = 55.01%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA0EE1 (or 0xAA0EE1) is known color: Dark Violet. HEX triplet: AA, 0E and E1. RGB value is (170,14,225). Sum of RGB (Red+Green+Blue) = 170+14+225=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 14 (5.86% from 255 or 3.42% from 409); Blue value is 225 (88.28% from 255 or 55.01% from 409); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA0EE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0EE1 is #55F11E. Grayscale: #545454. Windows color (decimal): -5632287 or 14749354. OLE color: 14749354.

HSL color Cylindrical-coordinate representation of color #AA0EE1: hue angle of 284.36º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0EE1 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 14 225 -
CMYK 0.24 0.94 0 0.12
HSL 284.36º 0.88% 0.47% -
HSV(B) 284.36º 0.94% 0.88% -
XYZ 30.33 14.3 72.4 -
YUV 84.7 207.18 188.84 -
System Red Green Blue C M Y K H S L
Decimal 170 14 225 0.24 0.94 0 0.12 284.36 0.88 0.47
Hex AA E E1 18 5E 0 C 11C 58 2F
Octal 252 16 341 30 136 0 14 434 130 57
Binary 10101010 1110 11100001 11000 1011110 0 1100 100011100 1011000 101111

Color Harmonies of #AA0EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0EE1

Black with #AA0EE1

Text Example


Text Example

White with #AA0EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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