Html Css Color HEX #AA18EB Electric Purple

📋 copy color: '#AA18EB'

red 170 ◦ green 24 ◦ blue 235

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

Shades of Electric Purple #AA18EB

Tints of Electric Purple #AA18EB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.59%

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

R = 39.63%
G = 5.59%
B = 54.78%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA18EB (or 0xAA18EB) is known color: Electric Purple. HEX triplet: AA, 18 and EB. RGB value is (170,24,235). Sum of RGB (Red+Green+Blue) = 170+24+235=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 24 (9.77% from 255 or 5.59% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA18EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA18EB is #55E714. Grayscale: #5B5B5B. Windows color (decimal): -5629717 or 15407274. OLE color: 15407274.

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

Color convert

RGB 170 24 235 -
CMYK 0.28 0.90 0 0.08
HSL 281.52º 0.84% 0.51% -
HSV(B) 281.52º 0.9% 0.92% -
XYZ 31.9 15.2 79.85 -
YUV 91.71 208.87 183.84 -
System Red Green Blue C M Y K H S L
Decimal 170 24 235 0.28 0.90 0 0.08 281.52 0.84 0.51
Hex AA 18 EB 1C 5A 0 8 11A 54 33
Octal 252 30 353 34 132 0 10 432 124 63
Binary 10101010 11000 11101011 11100 1011010 0 1000 100011010 1010100 110011

Color Harmonies of #AA18EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA18EB

Black with #AA18EB

Text Example


Text Example

White with #AA18EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA18EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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