Html Css Color HEX #A910EC Electric Purple

📋 copy color: '#A910EC'

red 169 ◦ green 16 ◦ blue 236

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

Shades of Electric Purple #A910EC

Tints of Electric Purple #A910EC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.8%

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

R = 40.14%
G = 3.8%
B = 56.06%

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

#A910EC (or 0xA910EC) is known color: Electric Purple. HEX triplet: A9, 10 and EC. RGB value is (169,16,236). Sum of RGB (Red+Green+Blue) = 169+16+236=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 16 (6.64% from 255 or 3.80% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #A910EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A910EC is #56EF13. Grayscale: #565656. Windows color (decimal): -5697300 or 15470761. OLE color: 15470761.

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

Color convert

RGB 169 16 236 -
CMYK 0.28 0.93 0 0.07
HSL 281.73º 0.87% 0.49% -
HSV(B) 281.73º 0.93% 0.93% -
XYZ 31.69 14.86 80.56 -
YUV 86.83 212.19 186.61 -
System Red Green Blue C M Y K H S L
Decimal 169 16 236 0.28 0.93 0 0.07 281.73 0.87 0.49
Hex A9 10 EC 1C 5D 0 7 11A 57 31
Octal 251 20 354 34 135 0 7 432 127 61
Binary 10101001 10000 11101100 11100 1011101 0 111 100011010 1010111 110001

Color Harmonies of #A910EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A910EC

Black with #A910EC

Text Example


Text Example

White with #A910EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A910EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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