Html Css Color HEX #AA01E5 Dark Violet

📋 copy color: '#AA01E5'

red 170 ◦ green 1 ◦ blue 229

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

Shades of Dark Violet #AA01E5

Tints of Dark Violet #AA01E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 57.25%

R = 42.5%
G = 0.25%
B = 57.25%

CMYK

 C value IS 0.26

 M value IS 1.00

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA01E5 (or 0xAA01E5) is known color: Dark Violet. HEX triplet: AA, 01 and E5. RGB value is (170,1,229). Sum of RGB (Red+Green+Blue) = 170+1+229=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 229 (89.84% from 255 or 57.25% from 400); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA01E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA01E5 is #55FE1A. Grayscale: #4C4C4C. Windows color (decimal): -5635611 or 15008170. OLE color: 15008170.

HSL color Cylindrical-coordinate representation of color #AA01E5: hue angle of 284.47º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA01E5 is Cyan = 0.26, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 1 229 -
CMYK 0.26 1.00 0 0.10
HSL 284.47º 0.99% 0.45% -
HSV(B) 284.47º 1% 0.9% -
XYZ 30.73 14.22 75.25 -
YUV 77.52 213.49 193.96 -
System Red Green Blue C M Y K H S L
Decimal 170 1 229 0.26 1.00 0 0.10 284.47 0.99 0.45
Hex AA 1 E5 1A 64 0 A 11C 63 2D
Octal 252 1 345 32 144 0 12 434 143 55
Binary 10101010 1 11100101 11010 1100100 0 1010 100011100 1100011 101101

Color Harmonies of #AA01E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA01E5

Black with #AA01E5

Text Example


Text Example

White with #AA01E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA01E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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