#A50FFF

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

Shades of Electric Purple #A50FFF

Tints of Electric Purple #A50FFF

Color information

#A50FFF (or 0xA50FFF) is unknown color: approx Electric Purple. HEX triplet: A5, 0F and FF. RGB value is (165,15,255). Sum of RGB (Red+Green+Blue) = 165+15+255=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #A50FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50FFF is #5AF000. Grayscale: #565656. Windows color (decimal): -5959681 or 16715685. OLE color: 16715685.

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

Color convert

RGB16515255-
CMYK0.350.9400
HSL277.5º100%52.94%-
HSV(B)277.5º94.12%100%-
XYZ33.7415.5695.83-
YUV87.21222.7183.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.93%
GREEN value IS 15 (6.25% from 255) = 3.45%
BLUE value IS 255 (100% from 255) = 58.62%
R=37.93%
G=3.45%
B=58.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal165152550.350.9400277.510052.94
HexA5FFF235E001166435
Octal24517377431360042614465
Binary101001011111111111111000111011110001000101101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50FFF; }

 p { color: rgb(165,15,255); }

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

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

 a { background-color: rgb(165,15,255); }

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

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

 span { border-color: rgb(165,15,255); }

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