Html Css Color HEX #A701FA Electric Purple

📋 copy color: '#A701FA'

red 167 ◦ green 1 ◦ blue 250

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

Shades of Electric Purple #A701FA

Tints of Electric Purple #A701FA

RGB

 RED value IS 167 (65.63% from 255) = 39.95%

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

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

R = 39.95%
G = 0.24%
B = 59.81%

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

#A701FA (or 0xA701FA) is known color: Electric Purple. HEX triplet: A7, 01 and FA. RGB value is (167,1,250). Sum of RGB (Red+Green+Blue) = 167+1+250=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 1 (0.78% from 255 or 0.24% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #A701FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A701FA is #58FE05. Grayscale: #4E4E4E. Windows color (decimal): -5832198 or 16384423. OLE color: 16384423.

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

Color convert

RGB 167 1 250 -
CMYK 0.33 1.00 0 0.02
HSL 280º 0.99% 0.49% -
HSV(B) 280º 1% 0.98% -
XYZ 33.2 15.14 91.61 -
YUV 79.02 224.5 190.75 -
System Red Green Blue C M Y K H S L
Decimal 167 1 250 0.33 1.00 0 0.02 280 0.99 0.49
Hex A7 1 FA 21 64 0 2 118 63 31
Octal 247 1 372 41 144 0 2 430 143 61
Binary 10100111 1 11111010 100001 1100100 0 10 100011000 1100011 110001

Color Harmonies of #A701FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A701FA

Black with #A701FA

Text Example


Text Example

White with #A701FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A701FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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