Html Css Color HEX #A311FC Electric Purple

📋 copy color: '#A311FC'

red 163 ◦ green 17 ◦ blue 252

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

Shades of Electric Purple #A311FC

Tints of Electric Purple #A311FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.33%

R = 37.73%
G = 3.94%
B = 58.33%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A311FC (or 0xA311FC) is known color: Electric Purple. HEX triplet: A3, 11 and FC. RGB value is (163,17,252). Sum of RGB (Red+Green+Blue) = 163+17+252=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 17 (7.03% from 255 or 3.94% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #A311FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A311FC is #5CEE03. Grayscale: #565656. Windows color (decimal): -6090244 or 16519587. OLE color: 16519587.

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

Color convert

RGB 163 17 252 -
CMYK 0.35 0.93 0 0.01
HSL 277.28º 0.98% 0.53% -
HSV(B) 277.28º 0.93% 0.99% -
XYZ 32.88 15.22 93.3 -
YUV 87.44 220.87 181.89 -
System Red Green Blue C M Y K H S L
Decimal 163 17 252 0.35 0.93 0 0.01 277.28 0.98 0.53
Hex A3 11 FC 23 5D 0 1 115 62 35
Octal 243 21 374 43 135 0 1 425 142 65
Binary 10100011 10001 11111100 100011 1011101 0 1 100010101 1100010 110101

Color Harmonies of #A311FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A311FC

Black with #A311FC

Text Example


Text Example

White with #A311FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A311FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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