Html Css Color HEX #A611ED Electric Purple

📋 copy color: '#A611ED'

red 166 ◦ green 17 ◦ blue 237

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

Shades of Electric Purple #A611ED

Tints of Electric Purple #A611ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.43%

R = 39.52%
G = 4.05%
B = 56.43%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A611ED (or 0xA611ED) is known color: Electric Purple. HEX triplet: A6, 11 and ED. RGB value is (166,17,237). Sum of RGB (Red+Green+Blue) = 166+17+237=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 17 (7.03% from 255 or 4.05% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #A611ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A611ED is #59EE12. Grayscale: #555555. Windows color (decimal): -5893651 or 15536550. OLE color: 15536550.

HSL color Cylindrical-coordinate representation of color #A611ED: hue angle of 280.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A611ED is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 17 237 -
CMYK 0.30 0.93 0 0.07
HSL 280.64º 0.87% 0.5% -
HSV(B) 280.64º 0.93% 0.93% -
XYZ 31.21 14.62 81.3 -
YUV 86.63 212.86 184.61 -
System Red Green Blue C M Y K H S L
Decimal 166 17 237 0.30 0.93 0 0.07 280.64 0.87 0.5
Hex A6 11 ED 1E 5D 0 7 119 57 32
Octal 246 21 355 36 135 0 7 431 127 62
Binary 10100110 10001 11101101 11110 1011101 0 111 100011001 1010111 110010

Color Harmonies of #A611ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A611ED

Black with #A611ED

Text Example


Text Example

White with #A611ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A611ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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