Html Css Color HEX #AA1FFD Electric Purple

📋 copy color: '#AA1FFD'

red 170 ◦ green 31 ◦ blue 253

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

Shades of Electric Purple #AA1FFD

Tints of Electric Purple #AA1FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.73%

R = 37.44%
G = 6.83%
B = 55.73%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA1FFD (or 0xAA1FFD) is known color: Electric Purple. HEX triplet: AA, 1F and FD. RGB value is (170,31,253). Sum of RGB (Red+Green+Blue) = 170+31+253=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 31 (12.5% from 255 or 6.83% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA1FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1FFD is #55E002. Grayscale: #616161. Windows color (decimal): -5627907 or 16588714. OLE color: 16588714.

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

Color convert

RGB 170 31 253 -
CMYK 0.33 0.88 0 0.01
HSL 277.57º 0.98% 0.56% -
HSV(B) 277.57º 0.88% 0.99% -
XYZ 34.8 16.62 94.3 -
YUV 97.87 215.55 179.45 -
System Red Green Blue C M Y K H S L
Decimal 170 31 253 0.33 0.88 0 0.01 277.57 0.98 0.56
Hex AA 1F FD 21 58 0 1 116 62 38
Octal 252 37 375 41 130 0 1 426 142 70
Binary 10101010 11111 11111101 100001 1011000 0 1 100010110 1100010 111000

Color Harmonies of #AA1FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1FFD

Black with #AA1FFD

Text Example


Text Example

White with #AA1FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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