Html Css Color HEX #A801F9 Electric Purple

📋 copy color: '#A801F9'

red 168 ◦ green 1 ◦ blue 249

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

Shades of Electric Purple #A801F9

Tints of Electric Purple #A801F9

RGB

 RED value IS 168 (66.02% from 255) = 40.19%

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

 BLUE value IS 249 (97.66% from 255) = 59.57%

R = 40.19%
G = 0.24%
B = 59.57%

CMYK

 C value IS 0.33

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A801F9 (or 0xA801F9) is known color: Electric Purple. HEX triplet: A8, 01 and F9. RGB value is (168,1,249). Sum of RGB (Red+Green+Blue) = 168+1+249=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 1 (0.78% from 255 or 0.24% from 418); Blue value is 249 (97.66% from 255 or 59.57% from 418); Max value from RGB is 249 - color contains mainly: blue. Hex color #A801F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A801F9 is #57FE06. Grayscale: #4E4E4E. Windows color (decimal): -5766663 or 16318888. OLE color: 16318888.

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

Color convert

RGB 168 1 249 -
CMYK 0.33 1.00 0 0.02
HSL 280.4º 0.99% 0.49% -
HSV(B) 280.4º 1% 0.98% -
XYZ 33.26 15.19 90.8 -
YUV 79.21 223.83 191.33 -
System Red Green Blue C M Y K H S L
Decimal 168 1 249 0.33 1.00 0 0.02 280.4 0.99 0.49
Hex A8 1 F9 21 64 0 2 118 63 31
Octal 250 1 371 41 144 0 2 430 143 61
Binary 10101000 1 11111001 100001 1100100 0 10 100011000 1100011 110001

Color Harmonies of #A801F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A801F9

Black with #A801F9

Text Example


Text Example

White with #A801F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A801F9; }

 p { color: rgb(168,1,249); }

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

background-color css

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

 a { background-color: rgb(168,1,249); }

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

border-color css

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

 span { border-color: rgb(168,1,249); }

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