Html Css Color HEX #AA12FE Electric Purple

📋 copy color: '#AA12FE'

red 170 ◦ green 18 ◦ blue 254

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

Shades of Electric Purple #AA12FE

Tints of Electric Purple #AA12FE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.07%

 BLUE value IS 254 (99.61% from 255) = 57.47%

R = 38.46%
G = 4.07%
B = 57.47%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA12FE (or 0xAA12FE) is known color: Electric Purple. HEX triplet: AA, 12 and FE. RGB value is (170,18,254). Sum of RGB (Red+Green+Blue) = 170+18+254=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 18 (7.42% from 255 or 4.07% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA12FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA12FE is #55ED01. Grayscale: #595959. Windows color (decimal): -5631234 or 16650922. OLE color: 16650922.

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

Color convert

RGB 170 18 254 -
CMYK 0.33 0.93 0 0.00
HSL 278.64º 0.99% 0.53% -
HSV(B) 278.64º 0.93% 1% -
XYZ 34.68 16.13 95.05 -
YUV 90.35 220.36 184.81 -
System Red Green Blue C M Y K H S L
Decimal 170 18 254 0.33 0.93 0 0.00 278.64 0.99 0.53
Hex AA 12 FE 21 5D 0 0 117 63 35
Octal 252 22 376 41 135 0 0 427 143 65
Binary 10101010 10010 11111110 100001 1011101 0 0 100010111 1100011 110101

Color Harmonies of #AA12FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA12FE

Black with #AA12FE

Text Example


Text Example

White with #AA12FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA12FE; }

 p { color: rgb(170,18,254); }

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

background-color css

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

 a { background-color: rgb(170,18,254); }

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

border-color css

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

 span { border-color: rgb(170,18,254); }

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