Html Css Color HEX #AA01E8 Dark Violet

📋 copy color: '#AA01E8'

red 170 ◦ green 1 ◦ blue 232

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

Shades of Dark Violet #AA01E8

Tints of Dark Violet #AA01E8

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 42.18%
G = 0.25%
B = 57.57%

CMYK

 C value IS 0.27

 M value IS 1.00

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA01E8 (or 0xAA01E8) is known color: Dark Violet. HEX triplet: AA, 01 and E8. RGB value is (170,1,232). Sum of RGB (Red+Green+Blue) = 170+1+232=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 232 (91.02% from 255 or 57.57% from 403); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA01E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA01E8 is #55FE17. Grayscale: #4D4D4D. Windows color (decimal): -5635608 or 15204778. OLE color: 15204778.

HSL color Cylindrical-coordinate representation of color #AA01E8: hue angle of 283.9º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA01E8 is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 1 232 -
CMYK 0.27 1.00 0 0.09
HSL 283.9º 0.99% 0.46% -
HSV(B) 283.9º 1% 0.91% -
XYZ 31.15 14.39 77.48 -
YUV 77.87 214.99 193.72 -
System Red Green Blue C M Y K H S L
Decimal 170 1 232 0.27 1.00 0 0.09 283.9 0.99 0.46
Hex AA 1 E8 1B 64 0 9 11C 63 2E
Octal 252 1 350 33 144 0 11 434 143 56
Binary 10101010 1 11101000 11011 1100100 0 1001 100011100 1100011 101110

Color Harmonies of #AA01E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA01E8

Black with #AA01E8

Text Example


Text Example

White with #AA01E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA01E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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