Html Css Color HEX #A401F0 Electric Purple

📋 copy color: '#A401F0'

red 164 ◦ green 1 ◦ blue 240

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

Shades of Electric Purple #A401F0

Tints of Electric Purple #A401F0

RGB

 RED value IS 164 (64.45% from 255) = 40.49%

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

 BLUE value IS 240 (94.14% from 255) = 59.26%

R = 40.49%
G = 0.25%
B = 59.26%

CMYK

 C value IS 0.32

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A401F0 (or 0xA401F0) is known color: Electric Purple. HEX triplet: A4, 01 and F0. RGB value is (164,1,240). Sum of RGB (Red+Green+Blue) = 164+1+240=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 240 (94.14% from 255 or 59.26% from 405); Max value from RGB is 240 - color contains mainly: blue. Hex color #A401F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A401F0 is #5BFE0F. Grayscale: #4C4C4C. Windows color (decimal): -6028816 or 15729060. OLE color: 15729060.

HSL color Cylindrical-coordinate representation of color #A401F0: hue angle of 280.92º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A401F0 is Cyan = 0.32, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 164 1 240 -
CMYK 0.32 1.00 0 0.06
HSL 280.92º 0.99% 0.47% -
HSV(B) 280.92º 1% 0.94% -
XYZ 31.05 14.21 83.54 -
YUV 76.98 220 190.07 -
System Red Green Blue C M Y K H S L
Decimal 164 1 240 0.32 1.00 0 0.06 280.92 0.99 0.47
Hex A4 1 F0 20 64 0 6 119 63 2F
Octal 244 1 360 40 144 0 6 431 143 57
Binary 10100100 1 11110000 100000 1100100 0 110 100011001 1100011 101111

Color Harmonies of #A401F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A401F0

Black with #A401F0

Text Example


Text Example

White with #A401F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A401F0; }

 p { color: rgb(164,1,240); }

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

background-color css

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

 a { background-color: rgb(164,1,240); }

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

border-color css

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

 span { border-color: rgb(164,1,240); }

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