Html Css Color HEX #A301FF Electric Purple

📋 copy color: '#A301FF'

red 163 ◦ green 1 ◦ blue 255

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

Shades of Electric Purple #A301FF

Tints of Electric Purple #A301FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.86%

R = 38.9%
G = 0.24%
B = 60.86%

CMYK

 C value IS 0.36

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A301FF (or 0xA301FF) is known color: Electric Purple. HEX triplet: A3, 01 and FF. RGB value is (163,1,255). Sum of RGB (Red+Green+Blue) = 163+1+255=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 1 (0.78% from 255 or 0.24% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #A301FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A301FF is #5CFE00. Grayscale: #4D4D4D. Windows color (decimal): -6094337 or 16712099. OLE color: 16712099.

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

Color convert

RGB 163 1 255 -
CMYK 0.36 1.00 0 0
HSL 278.27º 1% 0.5% -
HSV(B) 278.27º 1% 1% -
XYZ 33.17 15.03 95.76 -
YUV 78.39 227.67 188.35 -
System Red Green Blue C M Y K H S L
Decimal 163 1 255 0.36 1.00 0 0 278.27 1 0.5
Hex A3 1 FF 24 64 0 0 116 64 32
Octal 243 1 377 44 144 0 0 426 144 62
Binary 10100011 1 11111111 100100 1100100 0 0 100010110 1100100 110010

Color Harmonies of #A301FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A301FF

Black with #A301FF

Text Example


Text Example

White with #A301FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A301FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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