Html Css Color HEX #AA0FFE Electric Purple

📋 copy color: '#AA0FFE'

red 170 ◦ green 15 ◦ blue 254

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

Shades of Electric Purple #AA0FFE

Tints of Electric Purple #AA0FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.42%

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

R = 38.72%
G = 3.42%
B = 57.86%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA0FFE (or 0xAA0FFE) is known color: Electric Purple. HEX triplet: AA, 0F and FE. RGB value is (170,15,254). Sum of RGB (Red+Green+Blue) = 170+15+254=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 15 (6.25% from 255 or 3.42% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA0FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0FFE is #55F001. Grayscale: #575757. Windows color (decimal): -5632002 or 16650154. OLE color: 16650154.

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

Color convert

RGB 170 15 254 -
CMYK 0.33 0.94 0 0.00
HSL 278.91º 0.99% 0.53% -
HSV(B) 278.91º 0.94% 1% -
XYZ 34.64 16.04 95.04 -
YUV 88.59 221.35 186.07 -
System Red Green Blue C M Y K H S L
Decimal 170 15 254 0.33 0.94 0 0.00 278.91 0.99 0.53
Hex AA F FE 21 5E 0 0 117 63 35
Octal 252 17 376 41 136 0 0 427 143 65
Binary 10101010 1111 11111110 100001 1011110 0 0 100010111 1100011 110101

Color Harmonies of #AA0FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0FFE

Black with #AA0FFE

Text Example


Text Example

White with #AA0FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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