#A50FD0

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

Shades of Dark Violet #A50FD0

Tints of Dark Violet #A50FD0

Color information

#A50FD0 (or 0xA50FD0) is unknown color: approx Dark Violet. HEX triplet: A5, 0F and D0. RGB value is (165,15,208). Sum of RGB (Red+Green+Blue) = 165+15+208=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 208 (81.64% from 255 or 53.61% from 388); Max value from RGB is 208 - color contains mainly: blue. Hex color #A50FD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50FD0 is #5AF02F. Grayscale: #515151. Windows color (decimal): -5959728 or 13635493. OLE color: 13635493.

HSL color Cylindrical-coordinate representation of color #A50FD0: hue angle of 286.63º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50FD0 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16515208-
CMYK0.210.9300.18
HSL286.63º86.55%43.73%-
HSV(B)286.63º92.79%81.57%-
XYZ27.0712.960.74-
YUV81.85199.2187.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.53%
GREEN value IS 15 (6.25% from 255) = 3.87%
BLUE value IS 208 (81.64% from 255) = 53.61%
R=42.53%
G=3.87%
B=53.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal165152080.210.9300.18286.6386.5543.73
HexA5FD0155D01211f572c
Octal245173202513502243712754
Binary101001011111110100001010110111010100101000111111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50FD0; }

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

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

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

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

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

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

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

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