Html Css Color HEX #A301FE Electric Purple

📋 copy color: '#A301FE'

red 163 ◦ green 1 ◦ blue 254

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

Shades of Electric Purple #A301FE

Tints of Electric Purple #A301FE

RGB

 RED value IS 163 (64.06% from 255) = 39%

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

 BLUE value IS 254 (99.61% from 255) = 60.77%

R = 39%
G = 0.24%
B = 60.77%

CMYK

 C value IS 0.36

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A301FE (or 0xA301FE) is known color: Electric Purple. HEX triplet: A3, 01 and FE. RGB value is (163,1,254). Sum of RGB (Red+Green+Blue) = 163+1+254=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 1 (0.78% from 255 or 0.24% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #A301FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A301FE is #5CFE01. Grayscale: #4D4D4D. Windows color (decimal): -6094338 or 16646563. OLE color: 16646563.

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

Color convert

RGB 163 1 254 -
CMYK 0.36 1.00 0 0.00
HSL 278.42º 0.99% 0.5% -
HSV(B) 278.42º 1% 1% -
XYZ 33 14.96 94.91 -
YUV 78.28 227.17 188.43 -
System Red Green Blue C M Y K H S L
Decimal 163 1 254 0.36 1.00 0 0.00 278.42 0.99 0.5
Hex A3 1 FE 24 64 0 0 116 63 32
Octal 243 1 376 44 144 0 0 426 143 62
Binary 10100011 1 11111110 100100 1100100 0 0 100010110 1100011 110010

Color Harmonies of #A301FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A301FE

Black with #A301FE

Text Example


Text Example

White with #A301FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A301FE; }

 p { color: rgb(163,1,254); }

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

background-color css

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

 a { background-color: rgb(163,1,254); }

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

border-color css

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

 span { border-color: rgb(163,1,254); }

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