Html Css Color HEX #AA01F7 Electric Purple

📋 copy color: '#AA01F7'

red 170 ◦ green 1 ◦ blue 247

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

Shades of Electric Purple #AA01F7

Tints of Electric Purple #AA01F7

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

 BLUE value IS 247 (96.88% from 255) = 59.09%

R = 40.67%
G = 0.24%
B = 59.09%

CMYK

 C value IS 0.31

 M value IS 1.00

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AA01F7 (or 0xAA01F7) is known color: Electric Purple. HEX triplet: AA, 01 and F7. RGB value is (170,1,247). Sum of RGB (Red+Green+Blue) = 170+1+247=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 1 (0.78% from 255 or 0.24% from 418); Blue value is 247 (96.88% from 255 or 59.09% from 418); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA01F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA01F7 is #55FE08. Grayscale: #4E4E4E. Windows color (decimal): -5635593 or 16187818. OLE color: 16187818.

HSL color Cylindrical-coordinate representation of color #AA01F7: hue angle of 281.22º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA01F7 is Cyan = 0.31, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 1 247 -
CMYK 0.31 1.00 0 0.03
HSL 281.22º 0.99% 0.49% -
HSV(B) 281.22º 1% 0.97% -
XYZ 33.38 15.28 89.19 -
YUV 79.58 222.49 192.5 -
System Red Green Blue C M Y K H S L
Decimal 170 1 247 0.31 1.00 0 0.03 281.22 0.99 0.49
Hex AA 1 F7 1F 64 0 3 119 63 31
Octal 252 1 367 37 144 0 3 431 143 61
Binary 10101010 1 11110111 11111 1100100 0 11 100011001 1100011 110001

Color Harmonies of #AA01F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA01F7

Black with #AA01F7

Text Example


Text Example

White with #AA01F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA01F7; }

 p { color: rgb(170,1,247); }

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

background-color css

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

 a { background-color: rgb(170,1,247); }

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

border-color css

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

 span { border-color: rgb(170,1,247); }

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