Html Css Color HEX #AA00EB Electric Purple

📋 copy color: '#AA00EB'

red 170 ◦ green 0 ◦ blue 235

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

Shades of Electric Purple #AA00EB

Tints of Electric Purple #AA00EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 58.02%

R = 41.98%
G = 0%
B = 58.02%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA00EB (or 0xAA00EB) is known color: Electric Purple. HEX triplet: AA, 00 and EB. RGB value is (170,0,235). Sum of RGB (Red+Green+Blue) = 170+0+235=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA00EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA00EB is #55FF14. Grayscale: #4C4C4C. Windows color (decimal): -5635861 or 15401130. OLE color: 15401130.

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

Color convert

RGB 170 0 235 -
CMYK 0.28 1 0 0.08
HSL 283.4º 1% 0.46% -
HSV(B) 283.4º 1% 0.92% -
XYZ 31.57 14.54 79.74 -
YUV 77.62 216.82 193.89 -
System Red Green Blue C M Y K H S L
Decimal 170 0 235 0.28 1 0 0.08 283.4 1 0.46
Hex AA 0 EB 1C 64 0 8 11B 64 2E
Octal 252 0 353 34 144 0 10 433 144 56
Binary 10101010 0 11101011 11100 1100100 0 1000 100011011 1100100 101110

Color Harmonies of #AA00EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA00EB

Black with #AA00EB

Text Example


Text Example

White with #AA00EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA00EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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