Html Css Color HEX #A911ED Electric Purple

📋 copy color: '#A911ED'

red 169 ◦ green 17 ◦ blue 237

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

Shades of Electric Purple #A911ED

Tints of Electric Purple #A911ED

RGB

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

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

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

R = 39.95%
G = 4.02%
B = 56.03%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A911ED (or 0xA911ED) is known color: Electric Purple. HEX triplet: A9, 11 and ED. RGB value is (169,17,237). Sum of RGB (Red+Green+Blue) = 169+17+237=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 237 (92.97% from 255 or 56.03% from 423); Max value from RGB is 237 - color contains mainly: blue. Hex color #A911ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A911ED is #56EE12. Grayscale: #565656. Windows color (decimal): -5697043 or 15536553. OLE color: 15536553.

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

Color convert

RGB 169 17 237 -
CMYK 0.29 0.93 0 0.07
HSL 281.45º 0.87% 0.5% -
HSV(B) 281.45º 0.93% 0.93% -
XYZ 31.85 14.95 81.33 -
YUV 87.53 212.36 186.11 -
System Red Green Blue C M Y K H S L
Decimal 169 17 237 0.29 0.93 0 0.07 281.45 0.87 0.5
Hex A9 11 ED 1D 5D 0 7 119 57 32
Octal 251 21 355 35 135 0 7 431 127 62
Binary 10101001 10001 11101101 11101 1011101 0 111 100011001 1010111 110010

Color Harmonies of #A911ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A911ED

Black with #A911ED

Text Example


Text Example

White with #A911ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A911ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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