#A50DBF

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

Shades of Dark Violet #A50DBF

Tints of Dark Violet #A50DBF

Color information

#A50DBF (or 0xA50DBF) is unknown color: approx Dark Violet. HEX triplet: A5, 0D and BF. RGB value is (165,13,191). Sum of RGB (Red+Green+Blue) = 165+13+191=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #A50DBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50DBF is #5AF240. Grayscale: #4E4E4E. Windows color (decimal): -5960257 or 12520869. OLE color: 12520869.

HSL color Cylindrical-coordinate representation of color #A50DBF: hue angle of 291.24º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50DBF is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16513191-
CMYK0.140.9300.25
HSL291.24º87.25%40%-
HSV(B)291.24º93.19%74.9%-
XYZ25.0612.0550.29-
YUV78.74191.36189.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.72%
GREEN value IS 13 (5.47% from 255) = 3.52%
BLUE value IS 191 (75% from 255) = 51.76%
R=44.72%
G=3.52%
B=51.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165131910.140.9300.25291.2487.2540
HexA5DBFE5D0191235728
Octal245152771613503144312750
Binary10100101110110111111111010111010110011001000111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50DBF; }

 p { color: rgb(165,13,191); }

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

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

 a { background-color: rgb(165,13,191); }

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

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

 span { border-color: rgb(165,13,191); }

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