#A910FD

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

Shades of Electric Purple #A910FD

Tints of Electric Purple #A910FD

Color information

#A910FD (or 0xA910FD) is unknown color: approx Electric Purple. HEX triplet: A9, 10 and FD. RGB value is (169,16,253). Sum of RGB (Red+Green+Blue) = 169+16+253=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 16 (6.64% from 255 or 3.65% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #A910FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A910FD is #56EF02. Grayscale: #575757. Windows color (decimal): -5697283 or 16584873. OLE color: 16584873.

HSL color Cylindrical-coordinate representation of color #A910FD: hue angle of 278.73º 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 #A910FD is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16916253-
CMYK0.330.9400.01
HSL278.73º98.34%52.75%-
HSV(B)278.73º93.68%99.22%-
XYZ34.2815.994.19-
YUV88.76220.69185.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.58%
GREEN value IS 16 (6.64% from 255) = 3.65%
BLUE value IS 253 (99.22% from 255) = 57.76%
R=38.58%
G=3.65%
B=57.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal169162530.330.9400.01278.7398.3452.75
HexA910FD215E011176235
Octal25120375411360142714265
Binary1010100110000111111011000011011110011000101111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A910FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A910FD; }

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

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

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

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

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

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

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

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