#A010FD

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

Shades of Electric Purple #A010FD

Tints of Electric Purple #A010FD

Color information

#A010FD (or 0xA010FD) is unknown color: approx Electric Purple. HEX triplet: A0, 10 and FD. RGB value is (160,16,253). Sum of RGB (Red+Green+Blue) = 160+16+253=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 16 (6.64% from 255 or 3.73% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #A010FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A010FD is #5FEF02. Grayscale: #555555. Windows color (decimal): -6287107 or 16584864. OLE color: 16584864.

HSL color Cylindrical-coordinate representation of color #A010FD: hue angle of 276.46º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A010FD is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16016253-
CMYK0.370.9400.01
HSL276.46º98.34%52.75%-
HSV(B)276.46º93.68%99.22%-
XYZ32.4114.9494.1-
YUV86.07222.21180.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.30%
GREEN value IS 16 (6.64% from 255) = 3.73%
BLUE value IS 253 (99.22% from 255) = 58.97%
R=37.30%
G=3.73%
B=58.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal160162530.370.9400.01276.4698.3452.75
HexA010FD255E011146235
Octal24020375451360142414265
Binary1010000010000111111011001011011110011000101001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A010FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A010FD; }

 p { color: rgb(160,16,253); }

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

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

 a { background-color: rgb(160,16,253); }

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

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

 span { border-color: rgb(160,16,253); }

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