#AA14ED

Color #AA14ED Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #AA14ED

Tints of Electric Purple #AA14ED

Color information

#AA14ED (or 0xAA14ED) is unknown color: approx Electric Purple. HEX triplet: AA, 14 and ED. RGB value is (170,20,237). Sum of RGB (Red+Green+Blue) = 170+20+237=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 20 (8.20% from 255 or 4.68% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA14ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA14ED is #55EB12. Grayscale: #585858. Windows color (decimal): -5630739 or 15537322. OLE color: 15537322.

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

Color convert

RGB17020237-
CMYK0.280.9200.07
HSL281.47º85.77%50.39%-
HSV(B)281.47º91.56%92.94%-
XYZ32.1115.1681.35-
YUV89.59211.2185.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 20 (8.20% from 255) = 4.68%
BLUE value IS 237 (92.97% from 255) = 55.50%
R=39.81%
G=4.68%
B=55.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal170202370.280.9200.07281.4785.7750.39
HexAA14ED1C5C071195632
Octal25224355341340743112662
Binary10101010101001110110111100101110001111000110011010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA14ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA14ED; }

 p { color: rgb(170,20,237); }

 H1.HeaderClassName
 {
   color: #AA14ED;
 }
 .AnyTagClassName
 {
   color: #AA14ED;
 }
</style>
background-color css

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

 a { background-color: rgb(170,20,237); }

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

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

 span { border-color: rgb(170,20,237); }

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