Html Css Color HEX #A911EC Electric Purple

📋 copy color: '#A911EC'

red 169 ◦ green 17 ◦ blue 236

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

Shades of Electric Purple #A911EC

Tints of Electric Purple #A911EC

RGB

 RED value IS 169 (66.41% from 255) = 40.05%

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

 BLUE value IS 236 (92.58% from 255) = 55.92%

R = 40.05%
G = 4.03%
B = 55.92%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A911EC (or 0xA911EC) is known color: Electric Purple. HEX triplet: A9, 11 and EC. RGB value is (169,17,236). Sum of RGB (Red+Green+Blue) = 169+17+236=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #A911EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A911EC is #56EE13. Grayscale: #565656. Windows color (decimal): -5697044 or 15471017. OLE color: 15471017.

HSL color Cylindrical-coordinate representation of color #A911EC: hue angle of 281.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 #A911EC is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 17 236 -
CMYK 0.28 0.93 0 0.07
HSL 281.64º 0.87% 0.5% -
HSV(B) 281.64º 0.93% 0.93% -
XYZ 31.7 14.89 80.56 -
YUV 87.41 211.86 186.19 -
System Red Green Blue C M Y K H S L
Decimal 169 17 236 0.28 0.93 0 0.07 281.64 0.87 0.5
Hex A9 11 EC 1C 5D 0 7 11A 57 32
Octal 251 21 354 34 135 0 7 432 127 62
Binary 10101001 10001 11101100 11100 1011101 0 111 100011010 1010111 110010

Color Harmonies of #A911EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A911EC

Black with #A911EC

Text Example


Text Example

White with #A911EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A911EC; }

 p { color: rgb(169,17,236); }

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

background-color css

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

 a { background-color: rgb(169,17,236); }

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

border-color css

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

 span { border-color: rgb(169,17,236); }

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