Html Css Color HEX #AA1FFC Electric Purple

📋 copy color: '#AA1FFC'

red 170 ◦ green 31 ◦ blue 252

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

Shades of Electric Purple #AA1FFC

Tints of Electric Purple #AA1FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.63%

R = 37.53%
G = 6.84%
B = 55.63%

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

#AA1FFC (or 0xAA1FFC) is known color: Electric Purple. HEX triplet: AA, 1F and FC. RGB value is (170,31,252). Sum of RGB (Red+Green+Blue) = 170+31+252=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 31 (12.5% from 255 or 6.84% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA1FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1FFC is #55E003. Grayscale: #616161. Windows color (decimal): -5627908 or 16523178. OLE color: 16523178.

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

Color convert

RGB 170 31 252 -
CMYK 0.33 0.88 0 0.01
HSL 277.74º 0.97% 0.55% -
HSV(B) 277.74º 0.88% 0.99% -
XYZ 34.64 16.55 93.47 -
YUV 97.76 215.05 179.53 -
System Red Green Blue C M Y K H S L
Decimal 170 31 252 0.33 0.88 0 0.01 277.74 0.97 0.55
Hex AA 1F FC 21 58 0 1 116 61 37
Octal 252 37 374 41 130 0 1 426 141 67
Binary 10101010 11111 11111100 100001 1011000 0 1 100010110 1100001 110111

Color Harmonies of #AA1FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1FFC

Black with #AA1FFC

Text Example


Text Example

White with #AA1FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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