Html Css Color HEX #AA18FC Electric Purple

📋 copy color: '#AA18FC'

red 170 ◦ green 24 ◦ blue 252

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

Shades of Electric Purple #AA18FC

Tints of Electric Purple #AA18FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.5%

R = 38.12%
G = 5.38%
B = 56.5%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA18FC (or 0xAA18FC) is known color: Electric Purple. HEX triplet: AA, 18 and FC. RGB value is (170,24,252). Sum of RGB (Red+Green+Blue) = 170+24+252=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 24 (9.77% from 255 or 5.38% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA18FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA18FC is #55E703. Grayscale: #5C5C5C. Windows color (decimal): -5629700 or 16521386. OLE color: 16521386.

HSL color Cylindrical-coordinate representation of color #AA18FC: hue angle of 278.42º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA18FC is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 24 252 -
CMYK 0.33 0.90 0 0.01
HSL 278.42º 0.97% 0.54% -
HSV(B) 278.42º 0.9% 0.99% -
XYZ 34.47 16.23 93.41 -
YUV 93.65 217.37 182.46 -
System Red Green Blue C M Y K H S L
Decimal 170 24 252 0.33 0.90 0 0.01 278.42 0.97 0.54
Hex AA 18 FC 21 5A 0 1 116 61 36
Octal 252 30 374 41 132 0 1 426 141 66
Binary 10101010 11000 11111100 100001 1011010 0 1 100010110 1100001 110110

Color Harmonies of #AA18FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA18FC

Black with #AA18FC

Text Example


Text Example

White with #AA18FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA18FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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