Html Css Color HEX #AA01EA Electric Purple

📋 copy color: '#AA01EA'

red 170 ◦ green 1 ◦ blue 234

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

Shades of Electric Purple #AA01EA

Tints of Electric Purple #AA01EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.78%

R = 41.98%
G = 0.25%
B = 57.78%

CMYK

 C value IS 0.27

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA01EA (or 0xAA01EA) is known color: Electric Purple. HEX triplet: AA, 01 and EA. RGB value is (170,1,234). Sum of RGB (Red+Green+Blue) = 170+1+234=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA01EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA01EA is #55FE15. Grayscale: #4D4D4D. Windows color (decimal): -5635606 or 15335850. OLE color: 15335850.

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

Color convert

RGB 170 1 234 -
CMYK 0.27 1.00 0 0.08
HSL 283.52º 0.99% 0.46% -
HSV(B) 283.52º 1% 0.92% -
XYZ 31.44 14.51 78.99 -
YUV 78.09 215.99 193.55 -
System Red Green Blue C M Y K H S L
Decimal 170 1 234 0.27 1.00 0 0.08 283.52 0.99 0.46
Hex AA 1 EA 1B 64 0 8 11C 63 2E
Octal 252 1 352 33 144 0 10 434 143 56
Binary 10101010 1 11101010 11011 1100100 0 1000 100011100 1100011 101110

Color Harmonies of #AA01EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA01EA

Black with #AA01EA

Text Example


Text Example

White with #AA01EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA01EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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