Html Css Color HEX #A311FD Electric Purple

📋 copy color: '#A311FD'

red 163 ◦ green 17 ◦ blue 253

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

Shades of Electric Purple #A311FD

Tints of Electric Purple #A311FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.43%

R = 37.64%
G = 3.93%
B = 58.43%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A311FD (or 0xA311FD) is known color: Electric Purple. HEX triplet: A3, 11 and FD. RGB value is (163,17,253). Sum of RGB (Red+Green+Blue) = 163+17+253=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 17 (7.03% from 255 or 3.93% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #A311FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A311FD is #5CEE02. Grayscale: #565656. Windows color (decimal): -6090243 or 16585123. OLE color: 16585123.

HSL color Cylindrical-coordinate representation of color #A311FD: hue angle of 277.12º 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 #A311FD is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 17 253 -
CMYK 0.36 0.93 0 0.01
HSL 277.12º 0.98% 0.53% -
HSV(B) 277.12º 0.93% 0.99% -
XYZ 33.03 15.28 94.14 -
YUV 87.56 221.37 181.81 -
System Red Green Blue C M Y K H S L
Decimal 163 17 253 0.36 0.93 0 0.01 277.12 0.98 0.53
Hex A3 11 FD 24 5D 0 1 115 62 35
Octal 243 21 375 44 135 0 1 425 142 65
Binary 10100011 10001 11111101 100100 1011101 0 1 100010101 1100010 110101

Color Harmonies of #A311FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A311FD

Black with #A311FD

Text Example


Text Example

White with #A311FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A311FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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