Html Css Color HEX #A611FF Electric Purple

📋 copy color: '#A611FF'

red 166 ◦ green 17 ◦ blue 255

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

Shades of Electric Purple #A611FF

Tints of Electric Purple #A611FF

RGB

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

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

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

R = 37.9%
G = 3.88%
B = 58.22%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A611FF (or 0xA611FF) is known color: Electric Purple. HEX triplet: A6, 11 and FF. RGB value is (166,17,255). Sum of RGB (Red+Green+Blue) = 166+17+255=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 17 (7.03% from 255 or 3.88% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #A611FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A611FF is #59EE00. Grayscale: #575757. Windows color (decimal): -5893633 or 16716198. OLE color: 16716198.

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

Color convert

RGB 166 17 255 -
CMYK 0.35 0.93 0 0
HSL 277.56º 1% 0.53% -
HSV(B) 277.56º 0.93% 1% -
XYZ 33.98 15.73 95.85 -
YUV 88.68 221.86 183.15 -
System Red Green Blue C M Y K H S L
Decimal 166 17 255 0.35 0.93 0 0 277.56 1 0.53
Hex A6 11 FF 23 5D 0 0 116 64 35
Octal 246 21 377 43 135 0 0 426 144 65
Binary 10100110 10001 11111111 100011 1011101 0 0 100010110 1100100 110101

Color Harmonies of #A611FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A611FF

Black with #A611FF

Text Example


Text Example

White with #A611FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A611FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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