#A50DDD

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

Shades of Dark Violet #A50DDD

Tints of Dark Violet #A50DDD

Color information

#A50DDD (or 0xA50DDD) is unknown color: approx Dark Violet. HEX triplet: A5, 0D and DD. RGB value is (165,13,221). Sum of RGB (Red+Green+Blue) = 165+13+221=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #A50DDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50DDD is #5AF222. Grayscale: #515151. Windows color (decimal): -5960227 or 14486949. OLE color: 14486949.

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

Color convert

RGB16513221-
CMYK0.250.9400.13
HSL283.85º88.89%45.88%-
HSV(B)283.85º94.12%86.67%-
XYZ28.7113.5169.5-
YUV82.16206.36187.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.35%
GREEN value IS 13 (5.47% from 255) = 3.26%
BLUE value IS 221 (86.72% from 255) = 55.39%
R=41.35%
G=3.26%
B=55.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal165132210.250.9400.13283.8588.8945.88
HexA5DDD195E0D11c592e
Octal245153353113601543413156
Binary10100101110111011101110011011110011011000111001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50DDD; }

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

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

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

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

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

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

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

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