#A70DED

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

Shades of Electric Purple #A70DED

Tints of Electric Purple #A70DED

Color information

#A70DED (or 0xA70DED) is unknown color: approx Electric Purple. HEX triplet: A7, 0D and ED. RGB value is (167,13,237). Sum of RGB (Red+Green+Blue) = 167+13+237=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 13 (5.47% from 255 or 3.12% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #A70DED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70DED is #58F212. Grayscale: #535353. Windows color (decimal): -5829139 or 15535527. OLE color: 15535527.

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

Color convert

RGB16713237-
CMYK0.300.9500.07
HSL281.25º89.6%49.02%-
HSV(B)281.25º94.51%92.94%-
XYZ31.3714.6281.29-
YUV84.58214.02186.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 13 (5.47% from 255) = 3.12%
BLUE value IS 237 (92.97% from 255) = 56.83%
R=40.05%
G=3.12%
B=56.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal167132370.300.9500.07281.2589.649.02
HexA7DED1E5F071195a31
Octal24715355361370743113261
Binary1010011111011110110111110101111101111000110011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70DED; }

 p { color: rgb(167,13,237); }

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

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

 a { background-color: rgb(167,13,237); }

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

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

 span { border-color: rgb(167,13,237); }

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