Shades of Dark Violet #A508D0
Tints of Dark Violet #A508D0
RGB
CMYK
RGB Variations
Color information
#A508D0 (or 0xA508D0) is known color: Dark Violet. HEX triplet: A5, 08 and D0. RGB value is (165,8,208). Sum of RGB (Red+Green+Blue) = 165+8+208=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 208 (81.64% from 255 or 54.59% from 381); Max value from RGB is 208 - color contains mainly: blue. Hex color #A508D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A508D0 is #5AF72F. Grayscale: #4D4D4D. Windows color (decimal): -5961520 or 13633701. OLE color: 13633701.
HSL color Cylindrical-coordinate representation of color #A508D0: hue angle of 287.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A508D0 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 8 | 208 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.18 |
| HSL | 287.1º | 0.93% | 0.42% | - |
| HSV(B) | 287.1º | 0.96% | 0.82% | - |
| XYZ | 26.99 | 12.73 | 60.71 | - |
| YUV | 77.74 | 201.51 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 8 | 208 | 0.21 | 0.96 | 0 | 0.18 | 287.1 | 0.93 | 0.42 |
| Hex | A5 | 8 | D0 | 15 | 60 | 0 | 12 | 11F | 5D | 2A |
| Octal | 245 | 10 | 320 | 25 | 140 | 0 | 22 | 437 | 135 | 52 |
| Binary | 10100101 | 1000 | 11010000 | 10101 | 1100000 | 0 | 10010 | 100011111 | 1011101 | 101010 |
Color Harmonies of #A508D0
Complementary color
Monochromatic Colors of #A508D0
Black with #A508D0
Text Example
Text Example
White with #A508D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A508D0; }
p { color: rgb(165,8,208); }
H1.HeaderClassName
{
color: #A508D0;
}
.AnyTagClassName
{
color: #A508D0;
}
</style>
background-color css
<style>
a { background-color: #A508D0; }
a { background-color: rgb(165,8,208); }
div.DivClassName
{
background-color: #A508D0;
}
.BgClassName
{
background-color: #A508D0;
}
</style>
border-color css
<style>
span { border-color: #A508D0; }
span { border-color: rgb(165,8,208); }
td.TdClassName
{
border-color: #A508D0;
}
.TagClassName
{
border-color: #A508D0;
}
</style>