Html Css Color HEX #AA18EA Electric Purple

📋 copy color: '#AA18EA'

red 170 ◦ green 24 ◦ blue 234

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

Shades of Electric Purple #AA18EA

Tints of Electric Purple #AA18EA

RGB

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

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

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

R = 39.72%
G = 5.61%
B = 54.67%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA18EA (or 0xAA18EA) is known color: Electric Purple. HEX triplet: AA, 18 and EA. RGB value is (170,24,234). Sum of RGB (Red+Green+Blue) = 170+24+234=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 24 (9.77% from 255 or 5.61% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA18EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA18EA is #55E715. Grayscale: #5A5A5A. Windows color (decimal): -5629718 or 15341738. OLE color: 15341738.

HSL color Cylindrical-coordinate representation of color #AA18EA: hue angle of 281.71º degrees, saturation: 0.83, 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 #AA18EA is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 24 234 -
CMYK 0.27 0.90 0 0.08
HSL 281.71º 0.83% 0.51% -
HSV(B) 281.71º 0.9% 0.92% -
XYZ 31.76 15.14 79.09 -
YUV 91.59 208.37 183.92 -
System Red Green Blue C M Y K H S L
Decimal 170 24 234 0.27 0.90 0 0.08 281.71 0.83 0.51
Hex AA 18 EA 1B 5A 0 8 11A 53 33
Octal 252 30 352 33 132 0 10 432 123 63
Binary 10101010 11000 11101010 11011 1011010 0 1000 100011010 1010011 110011

Color Harmonies of #AA18EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA18EA

Black with #AA18EA

Text Example


Text Example

White with #AA18EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA18EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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