#A50DE0

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

Shades of Dark Violet #A50DE0

Tints of Dark Violet #A50DE0

Color information

#A50DE0 (or 0xA50DE0) is unknown color: approx Dark Violet. HEX triplet: A5, 0D and E0. RGB value is (165,13,224). Sum of RGB (Red+Green+Blue) = 165+13+224=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #A50DE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50DE0 is #5AF21F. Grayscale: #515151. Windows color (decimal): -5960224 or 14683557. OLE color: 14683557.

HSL color Cylindrical-coordinate representation of color #A50DE0: hue angle of 283.22º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50DE0 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16513224-
CMYK0.260.9400.12
HSL283.22º89.03%46.47%-
HSV(B)283.22º94.2%87.84%-
XYZ29.1213.6771.62-
YUV82.5207.86186.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.04%
GREEN value IS 13 (5.47% from 255) = 3.23%
BLUE value IS 224 (87.89% from 255) = 55.72%
R=41.04%
G=3.23%
B=55.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal165132240.260.9400.12283.2289.0346.47
HexA5DE01A5E0C11b592e
Octal245153403213601443313156
Binary10100101110111100000110101011110011001000110111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50DE0; }

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

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

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

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

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

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

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

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