Html Css Color HEX #A001FD Electric Purple

📋 copy color: '#A001FD'

red 160 ◦ green 1 ◦ blue 253

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

Shades of Electric Purple #A001FD

Tints of Electric Purple #A001FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.11%

R = 38.65%
G = 0.24%
B = 61.11%

CMYK

 C value IS 0.37

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A001FD (or 0xA001FD) is known color: Electric Purple. HEX triplet: A0, 01 and FD. RGB value is (160,1,253). Sum of RGB (Red+Green+Blue) = 160+1+253=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 1 (0.78% from 255 or 0.24% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #A001FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A001FD is #5FFE02. Grayscale: #4C4C4C. Windows color (decimal): -6290947 or 16581024. OLE color: 16581024.

HSL color Cylindrical-coordinate representation of color #A001FD: hue angle of 277.86º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A001FD is Cyan = 0.37, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 1 253 -
CMYK 0.37 1.00 0 0.01
HSL 277.86º 0.99% 0.5% -
HSV(B) 277.86º 1% 0.99% -
XYZ 32.24 14.59 94.04 -
YUV 77.27 227.18 187.01 -
System Red Green Blue C M Y K H S L
Decimal 160 1 253 0.37 1.00 0 0.01 277.86 0.99 0.5
Hex A0 1 FD 25 64 0 1 116 63 32
Octal 240 1 375 45 144 0 1 426 143 62
Binary 10100000 1 11111101 100101 1100100 0 1 100010110 1100011 110010

Color Harmonies of #A001FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A001FD

Black with #A001FD

Text Example


Text Example

White with #A001FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A001FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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