#a50fed

Color #A50FED Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A50FED

Tints of Dark Violet #A50FED

Color information

#A50FED (or 0xA50FED) is unknown color: approx Dark Violet. HEX triplet: A5, 0F and ED. RGB value is (165,15,237). Sum of RGB (Red+Green+Blue) = 165+15+237=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 15 (6.25% from 255 or 3.60% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #A50FED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50FED is #5AF012. Grayscale: #545454. Windows color (decimal): -5959699 or 15536037. OLE color: 15536037.

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

Color convert

RGB16515237-
CMYK0.300.9400.07
HSL280.54º88.1%49.41%-
HSV(B)280.54º93.67%92.94%-
XYZ30.9714.4681.28-
YUV85.16213.7184.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.57%
GREEN value IS 15 (6.25% from 255) = 3.60%
BLUE value IS 237 (92.97% from 255) = 56.83%
R=39.57%
G=3.60%
B=56.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal165152370.300.9400.07280.5488.149.41
HexA5FED1E5E071195831
Octal24517355361360743113061
Binary1010010111111110110111110101111001111000110011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a50fed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a50fed; }

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

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

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

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

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

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

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

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