Html Css Color HEX #AA1FFE Electric Purple

📋 copy color: '#AA1FFE'

red 170 ◦ green 31 ◦ blue 254

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

Shades of Electric Purple #AA1FFE

Tints of Electric Purple #AA1FFE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.81%

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

R = 37.36%
G = 6.81%
B = 55.82%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA1FFE (or 0xAA1FFE) is known color: Electric Purple. HEX triplet: AA, 1F and FE. RGB value is (170,31,254). Sum of RGB (Red+Green+Blue) = 170+31+254=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 31 (12.5% from 255 or 6.81% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA1FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1FFE is #55E001. Grayscale: #616161. Windows color (decimal): -5627906 or 16654250. OLE color: 16654250.

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

Color convert

RGB 170 31 254 -
CMYK 0.33 0.88 0 0.00
HSL 277.4º 0.99% 0.56% -
HSV(B) 277.4º 0.88% 1% -
XYZ 34.96 16.68 95.14 -
YUV 97.98 216.05 179.37 -
System Red Green Blue C M Y K H S L
Decimal 170 31 254 0.33 0.88 0 0.00 277.4 0.99 0.56
Hex AA 1F FE 21 58 0 0 115 63 38
Octal 252 37 376 41 130 0 0 425 143 70
Binary 10101010 11111 11111110 100001 1011000 0 0 100010101 1100011 111000

Color Harmonies of #AA1FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1FFE

Black with #AA1FFE

Text Example


Text Example

White with #AA1FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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