#A513EE

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

Shades of Electric Purple #A513EE

Tints of Electric Purple #A513EE

Color information

#A513EE (or 0xA513EE) is unknown color: approx Electric Purple. HEX triplet: A5, 13 and EE. RGB value is (165,19,238). Sum of RGB (Red+Green+Blue) = 165+19+238=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 19 (7.81% from 255 or 4.50% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #A513EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A513EE is #5AEC11. Grayscale: #565656. Windows color (decimal): -5958674 or 15602597. OLE color: 15602597.

HSL color Cylindrical-coordinate representation of color #A513EE: hue angle of 280º degrees, saturation: 0.87, 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 #A513EE is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16519238-
CMYK0.310.9200.07
HSL280º86.56%50.39%-
HSV(B)280º92.02%93.33%-
XYZ31.1814.6482.07-
YUV87.62212.87183.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.10%
GREEN value IS 19 (7.81% from 255) = 4.50%
BLUE value IS 238 (93.36% from 255) = 56.40%
R=39.10%
G=4.50%
B=56.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal165192380.310.9200.0728086.5650.39
HexA513EE1F5C071185732
Octal24523356371340743012762
Binary10100101100111110111011111101110001111000110001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A513EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A513EE; }

 p { color: rgb(165,19,238); }

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

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

 a { background-color: rgb(165,19,238); }

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

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

 span { border-color: rgb(165,19,238); }

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