Html Css Color HEX #A611FD Electric Purple

📋 copy color: '#A611FD'

red 166 ◦ green 17 ◦ blue 253

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

Shades of Electric Purple #A611FD

Tints of Electric Purple #A611FD

RGB

 RED value IS 166 (65.23% from 255) = 38.07%

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

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

R = 38.07%
G = 3.9%
B = 58.03%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A611FD (or 0xA611FD) is known color: Electric Purple. HEX triplet: A6, 11 and FD. RGB value is (166,17,253). Sum of RGB (Red+Green+Blue) = 166+17+253=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 17 (7.03% from 255 or 3.90% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #A611FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A611FD is #59EE02. Grayscale: #575757. Windows color (decimal): -5893635 or 16585126. OLE color: 16585126.

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

Color convert

RGB 166 17 253 -
CMYK 0.34 0.93 0 0.01
HSL 277.88º 0.98% 0.53% -
HSV(B) 277.88º 0.93% 0.99% -
XYZ 33.66 15.6 94.17 -
YUV 88.46 220.86 183.31 -
System Red Green Blue C M Y K H S L
Decimal 166 17 253 0.34 0.93 0 0.01 277.88 0.98 0.53
Hex A6 11 FD 22 5D 0 1 116 62 35
Octal 246 21 375 42 135 0 1 426 142 65
Binary 10100110 10001 11111101 100010 1011101 0 1 100010110 1100010 110101

Color Harmonies of #A611FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A611FD

Black with #A611FD

Text Example


Text Example

White with #A611FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A611FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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