#A904EB

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

Shades of Electric Purple #A904EB

Tints of Electric Purple #A904EB

Color information

#A904EB (or 0xA904EB) is unknown color: approx Electric Purple. HEX triplet: A9, 04 and EB. RGB value is (169,4,235). Sum of RGB (Red+Green+Blue) = 169+4+235=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 4 (1.95% from 255 or 0.98% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #A904EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A904EB is #56FB14. Grayscale: #4E4E4E. Windows color (decimal): -5700373 or 15402153. OLE color: 15402153.

HSL color Cylindrical-coordinate representation of color #A904EB: hue angle of 282.86º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A904EB is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1694235-
CMYK0.280.9800.08
HSL282.86º96.65%46.86%-
HSV(B)282.86º98.3%92.16%-
XYZ31.414.5279.74-
YUV79.67215.66191.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.42%
GREEN value IS 4 (1.95% from 255) = 0.98%
BLUE value IS 235 (92.19% from 255) = 57.60%
R=41.42%
G=0.98%
B=57.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal16942350.280.9800.08282.8696.6546.86
HexA94EB1C620811b612f
Octal25143533414201043314157
Binary1010100110011101011111001100010010001000110111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A904EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A904EB; }

 p { color: rgb(169,4,235); }

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

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

 a { background-color: rgb(169,4,235); }

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

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

 span { border-color: rgb(169,4,235); }

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