Html Css Color HEX #AA1EFF Electric Purple

📋 copy color: '#AA1EFF'

red 170 ◦ green 30 ◦ blue 255

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

Shades of Electric Purple #AA1EFF

Tints of Electric Purple #AA1EFF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.59%

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

R = 37.36%
G = 6.59%
B = 56.04%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA1EFF (or 0xAA1EFF) is known color: Electric Purple. HEX triplet: AA, 1E and FF. RGB value is (170,30,255). Sum of RGB (Red+Green+Blue) = 170+30+255=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 30 (12.11% from 255 or 6.59% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA1EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1EFF is #55E100. Grayscale: #606060. Windows color (decimal): -5628161 or 16719530. OLE color: 16719530.

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

Color convert

RGB 170 30 255 -
CMYK 0.33 0.88 0 0
HSL 277.33º 1% 0.56% -
HSV(B) 277.33º 0.88% 1% -
XYZ 35.09 16.69 95.98 -
YUV 97.51 216.88 179.7 -
System Red Green Blue C M Y K H S L
Decimal 170 30 255 0.33 0.88 0 0 277.33 1 0.56
Hex AA 1E FF 21 58 0 0 115 64 38
Octal 252 36 377 41 130 0 0 425 144 70
Binary 10101010 11110 11111111 100001 1011000 0 0 100010101 1100100 111000

Color Harmonies of #AA1EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1EFF

Black with #AA1EFF

Text Example


Text Example

White with #AA1EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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