Html Css Color HEX #A311FE Electric Purple

📋 copy color: '#A311FE'

red 163 ◦ green 17 ◦ blue 254

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

Shades of Electric Purple #A311FE

Tints of Electric Purple #A311FE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.92%

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

R = 37.56%
G = 3.92%
B = 58.53%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A311FE (or 0xA311FE) is known color: Electric Purple. HEX triplet: A3, 11 and FE. RGB value is (163,17,254). Sum of RGB (Red+Green+Blue) = 163+17+254=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 17 (7.03% from 255 or 3.92% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #A311FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A311FE is #5CEE01. Grayscale: #565656. Windows color (decimal): -6090242 or 16650659. OLE color: 16650659.

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

Color convert

RGB 163 17 254 -
CMYK 0.36 0.93 0 0.00
HSL 276.96º 0.99% 0.53% -
HSV(B) 276.96º 0.93% 1% -
XYZ 33.19 15.34 94.98 -
YUV 87.67 221.87 181.73 -
System Red Green Blue C M Y K H S L
Decimal 163 17 254 0.36 0.93 0 0.00 276.96 0.99 0.53
Hex A3 11 FE 24 5D 0 0 115 63 35
Octal 243 21 376 44 135 0 0 425 143 65
Binary 10100011 10001 11111110 100100 1011101 0 0 100010101 1100011 110101

Color Harmonies of #A311FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A311FE

Black with #A311FE

Text Example


Text Example

White with #A311FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A311FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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