Html Css Color HEX #A901F7 Electric Purple

📋 copy color: '#A901F7'

red 169 ◦ green 1 ◦ blue 247

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

Shades of Electric Purple #A901F7

Tints of Electric Purple #A901F7

RGB

 RED value IS 169 (66.41% from 255) = 40.53%

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

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

R = 40.53%
G = 0.24%
B = 59.23%

CMYK

 C value IS 0.32

 M value IS 1.00

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A901F7 (or 0xA901F7) is known color: Electric Purple. HEX triplet: A9, 01 and F7. RGB value is (169,1,247). Sum of RGB (Red+Green+Blue) = 169+1+247=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 1 (0.78% from 255 or 0.24% from 417); Blue value is 247 (96.88% from 255 or 59.23% from 417); Max value from RGB is 247 - color contains mainly: blue. Hex color #A901F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A901F7 is #56FE08. Grayscale: #4E4E4E. Windows color (decimal): -5701129 or 16187817. OLE color: 16187817.

HSL color Cylindrical-coordinate representation of color #A901F7: hue angle of 280.98º 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 #A901F7 is Cyan = 0.32, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 169 1 247 -
CMYK 0.32 1.00 0 0.03
HSL 280.98º 0.99% 0.49% -
HSV(B) 280.98º 1% 0.97% -
XYZ 33.16 15.17 89.18 -
YUV 79.28 222.66 192 -
System Red Green Blue C M Y K H S L
Decimal 169 1 247 0.32 1.00 0 0.03 280.98 0.99 0.49
Hex A9 1 F7 20 64 0 3 119 63 31
Octal 251 1 367 40 144 0 3 431 143 61
Binary 10101001 1 11110111 100000 1100100 0 11 100011001 1100011 110001

Color Harmonies of #A901F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A901F7

Black with #A901F7

Text Example


Text Example

White with #A901F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A901F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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