Html Css Color HEX #AA18FF Electric Purple

📋 copy color: '#AA18FF'

red 170 ◦ green 24 ◦ blue 255

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

Shades of Electric Purple #AA18FF

Tints of Electric Purple #AA18FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.79%

R = 37.86%
G = 5.35%
B = 56.79%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA18FF (or 0xAA18FF) is known color: Electric Purple. HEX triplet: AA, 18 and FF. RGB value is (170,24,255). Sum of RGB (Red+Green+Blue) = 170+24+255=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 24 (9.77% from 255 or 5.35% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA18FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA18FF is #55E700. Grayscale: #5D5D5D. Windows color (decimal): -5629697 or 16717994. OLE color: 16717994.

HSL color Cylindrical-coordinate representation of color #AA18FF: hue angle of 277.92º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA18FF is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 24 255 -
CMYK 0.33 0.91 0 0
HSL 277.92º 1% 0.55% -
HSV(B) 277.92º 0.91% 1% -
XYZ 34.95 16.42 95.93 -
YUV 93.99 218.87 182.22 -
System Red Green Blue C M Y K H S L
Decimal 170 24 255 0.33 0.91 0 0 277.92 1 0.55
Hex AA 18 FF 21 5B 0 0 116 64 37
Octal 252 30 377 41 133 0 0 426 144 67
Binary 10101010 11000 11111111 100001 1011011 0 0 100010110 1100100 110111

Color Harmonies of #AA18FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA18FF

Black with #AA18FF

Text Example


Text Example

White with #AA18FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA18FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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