Html Css Color HEX #AA1FFA Electric Purple

📋 copy color: '#AA1FFA'

red 170 ◦ green 31 ◦ blue 250

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

Shades of Electric Purple #AA1FFA

Tints of Electric Purple #AA1FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.43%

R = 37.69%
G = 6.87%
B = 55.43%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA1FFA (or 0xAA1FFA) is known color: Electric Purple. HEX triplet: AA, 1F and FA. RGB value is (170,31,250). Sum of RGB (Red+Green+Blue) = 170+31+250=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 31 (12.5% from 255 or 6.87% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA1FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1FFA is #55E005. Grayscale: #606060. Windows color (decimal): -5627910 or 16392106. OLE color: 16392106.

HSL color Cylindrical-coordinate representation of color #AA1FFA: hue angle of 278.08º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1FFA is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 31 250 -
CMYK 0.32 0.88 0 0.02
HSL 278.08º 0.96% 0.55% -
HSV(B) 278.08º 0.88% 0.98% -
XYZ 34.32 16.43 91.8 -
YUV 97.53 214.05 179.69 -
System Red Green Blue C M Y K H S L
Decimal 170 31 250 0.32 0.88 0 0.02 278.08 0.96 0.55
Hex AA 1F FA 20 58 0 2 116 60 37
Octal 252 37 372 40 130 0 2 426 140 67
Binary 10101010 11111 11111010 100000 1011000 0 10 100010110 1100000 110111

Color Harmonies of #AA1FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1FFA

Black with #AA1FFA

Text Example


Text Example

White with #AA1FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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