Html Css Color HEX #A001FA Electric Purple

📋 copy color: '#A001FA'

red 160 ◦ green 1 ◦ blue 250

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

Shades of Electric Purple #A001FA

Tints of Electric Purple #A001FA

RGB

 RED value IS 160 (62.89% from 255) = 38.93%

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

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

R = 38.93%
G = 0.24%
B = 60.83%

CMYK

 C value IS 0.36

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A001FA (or 0xA001FA) is known color: Electric Purple. HEX triplet: A0, 01 and FA. RGB value is (160,1,250). Sum of RGB (Red+Green+Blue) = 160+1+250=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 1 (0.78% from 255 or 0.24% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #A001FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A001FA is #5FFE05. Grayscale: #4C4C4C. Windows color (decimal): -6290950 or 16384416. OLE color: 16384416.

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

Color convert

RGB 160 1 250 -
CMYK 0.36 1.00 0 0.02
HSL 278.31º 0.99% 0.49% -
HSV(B) 278.31º 1% 0.98% -
XYZ 31.76 14.4 91.55 -
YUV 76.93 225.68 187.25 -
System Red Green Blue C M Y K H S L
Decimal 160 1 250 0.36 1.00 0 0.02 278.31 0.99 0.49
Hex A0 1 FA 24 64 0 2 116 63 31
Octal 240 1 372 44 144 0 2 426 143 61
Binary 10100000 1 11111010 100100 1100100 0 10 100010110 1100011 110001

Color Harmonies of #A001FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A001FA

Black with #A001FA

Text Example


Text Example

White with #A001FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A001FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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