Html Css Color HEX #A901FA Electric Purple

📋 copy color: '#A901FA'

red 169 ◦ green 1 ◦ blue 250

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

Shades of Electric Purple #A901FA

Tints of Electric Purple #A901FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.52%

R = 40.24%
G = 0.24%
B = 59.52%

CMYK

 C value IS 0.32

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A901FA (or 0xA901FA) is known color: Electric Purple. HEX triplet: A9, 01 and FA. RGB value is (169,1,250). Sum of RGB (Red+Green+Blue) = 169+1+250=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 1 (0.78% from 255 or 0.24% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #A901FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A901FA is #56FE05. Grayscale: #4E4E4E. Windows color (decimal): -5701126 or 16384425. OLE color: 16384425.

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

Color convert

RGB 169 1 250 -
CMYK 0.32 1.00 0 0.02
HSL 280.48º 0.99% 0.49% -
HSV(B) 280.48º 1% 0.98% -
XYZ 33.63 15.36 91.63 -
YUV 79.62 224.16 191.75 -
System Red Green Blue C M Y K H S L
Decimal 169 1 250 0.32 1.00 0 0.02 280.48 0.99 0.49
Hex A9 1 FA 20 64 0 2 118 63 31
Octal 251 1 372 40 144 0 2 430 143 61
Binary 10101001 1 11111010 100000 1100100 0 10 100011000 1100011 110001

Color Harmonies of #A901FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A901FA

Black with #A901FA

Text Example


Text Example

White with #A901FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A901FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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