#A510F0

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

Shades of Electric Purple #A510F0

Tints of Electric Purple #A510F0

Color information

#A510F0 (or 0xA510F0) is unknown color: approx Electric Purple. HEX triplet: A5, 10 and F0. RGB value is (165,16,240). Sum of RGB (Red+Green+Blue) = 165+16+240=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 16 (6.64% from 255 or 3.80% from 421); Blue value is 240 (94.14% from 255 or 57.01% from 421); Max value from RGB is 240 - color contains mainly: blue. Hex color #A510F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A510F0 is #5AEF0F. Grayscale: #555555. Windows color (decimal): -5959440 or 15732901. OLE color: 15732901.

HSL color Cylindrical-coordinate representation of color #A510F0: hue angle of 279.91º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A510F0 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16516240-
CMYK0.310.9300.06
HSL279.91º88.19%50.2%-
HSV(B)279.91º93.33%94.12%-
XYZ31.4314.6683.61-
YUV86.09214.86184.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.19%
GREEN value IS 16 (6.64% from 255) = 3.80%
BLUE value IS 240 (94.14% from 255) = 57.01%
R=39.19%
G=3.80%
B=57.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal165162400.310.9300.06279.9188.1950.2
HexA510F01F5D061185832
Octal24520360371350643013062
Binary10100101100001111000011111101110101101000110001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A510F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A510F0; }

 p { color: rgb(165,16,240); }

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

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

 a { background-color: rgb(165,16,240); }

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

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

 span { border-color: rgb(165,16,240); }

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