#A50DCA

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

Shades of Dark Violet #A50DCA

Tints of Dark Violet #A50DCA

Color information

#A50DCA (or 0xA50DCA) is unknown color: approx Dark Violet. HEX triplet: A5, 0D and CA. RGB value is (165,13,202). Sum of RGB (Red+Green+Blue) = 165+13+202=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #A50DCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50DCA is #5AF235. Grayscale: #4F4F4F. Windows color (decimal): -5960246 or 13241765. OLE color: 13241765.

HSL color Cylindrical-coordinate representation of color #A50DCA: hue angle of 288.25º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50DCA is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16513202-
CMYK0.180.9400.21
HSL288.25º87.91%42.16%-
HSV(B)288.25º93.56%79.22%-
XYZ26.3212.5556.91-
YUV79.99196.86188.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.42%
GREEN value IS 13 (5.47% from 255) = 3.42%
BLUE value IS 202 (79.30% from 255) = 53.16%
R=43.42%
G=3.42%
B=53.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal165132020.180.9400.21288.2587.9142.16
HexA5DCA125E015120582a
Octal245153122213602544013052
Binary101001011101110010101001010111100101011001000001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50DCA; }

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

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

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

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

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

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

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

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