Html Css Color HEX #AA00E1 Dark Violet

📋 copy color: '#AA00E1'

red 170 ◦ green 0 ◦ blue 225

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

Shades of Dark Violet #AA00E1

Tints of Dark Violet #AA00E1

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.04%
G = 0%
B = 56.96%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA00E1 (or 0xAA00E1) is known color: Dark Violet. HEX triplet: AA, 00 and E1. RGB value is (170,0,225). Sum of RGB (Red+Green+Blue) = 170+0+225=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 225 (88.28% from 255 or 56.96% from 395); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA00E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA00E1 is #55FF1E. Grayscale: #4B4B4B. Windows color (decimal): -5635871 or 14745770. OLE color: 14745770.

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

Color convert

RGB 170 0 225 -
CMYK 0.24 1 0 0.12
HSL 285.33º 1% 0.44% -
HSV(B) 285.33º 1% 0.88% -
XYZ 30.17 13.98 72.34 -
YUV 76.48 211.82 194.7 -
System Red Green Blue C M Y K H S L
Decimal 170 0 225 0.24 1 0 0.12 285.33 1 0.44
Hex AA 0 E1 18 64 0 C 11D 64 2C
Octal 252 0 341 30 144 0 14 435 144 54
Binary 10101010 0 11100001 11000 1100100 0 1100 100011101 1100100 101100

Color Harmonies of #AA00E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA00E1

Black with #AA00E1

Text Example


Text Example

White with #AA00E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA00E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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