Html Css Color HEX #AA1FFF Electric Purple

📋 copy color: '#AA1FFF'

red 170 ◦ green 31 ◦ blue 255

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

Shades of Electric Purple #AA1FFF

Tints of Electric Purple #AA1FFF

RGB

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

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

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

R = 37.28%
G = 6.8%
B = 55.92%

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

#AA1FFF (or 0xAA1FFF) is known color: Electric Purple. HEX triplet: AA, 1F and FF. RGB value is (170,31,255). Sum of RGB (Red+Green+Blue) = 170+31+255=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 31 (12.5% from 255 or 6.80% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA1FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1FFF is #55E000. Grayscale: #616161. Windows color (decimal): -5627905 or 16719786. OLE color: 16719786.

HSL color Cylindrical-coordinate representation of color #AA1FFF: hue angle of 277.23º 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 #AA1FFF is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 31 255 -
CMYK 0.33 0.88 0 0
HSL 277.23º 1% 0.56% -
HSV(B) 277.23º 0.88% 1% -
XYZ 35.12 16.75 95.99 -
YUV 98.1 216.55 179.29 -
System Red Green Blue C M Y K H S L
Decimal 170 31 255 0.33 0.88 0 0 277.23 1 0.56
Hex AA 1F FF 21 58 0 0 115 64 38
Octal 252 37 377 41 130 0 0 425 144 70
Binary 10101010 11111 11111111 100001 1011000 0 0 100010101 1100100 111000

Color Harmonies of #AA1FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1FFF

Black with #AA1FFF

Text Example


Text Example

White with #AA1FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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