Shades of Dark Violet #A508DF
Tints of Dark Violet #A508DF
RGB
CMYK
RGB Variations
Color information
#A508DF (or 0xA508DF) is known color: Dark Violet. HEX triplet: A5, 08 and DF. RGB value is (165,8,223). Sum of RGB (Red+Green+Blue) = 165+8+223=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 8 (3.52% from 255 or 2.02% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #A508DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A508DF is #5AF720. Grayscale: #4E4E4E. Windows color (decimal): -5961505 or 14616741. OLE color: 14616741.
HSL color Cylindrical-coordinate representation of color #A508DF: hue angle of 283.81º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A508DF is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 8 | 223 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.13 |
| HSL | 283.81º | 0.93% | 0.45% | - |
| HSV(B) | 283.81º | 0.96% | 0.87% | - |
| XYZ | 28.92 | 13.5 | 70.89 | - |
| YUV | 79.45 | 209.01 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 8 | 223 | 0.26 | 0.96 | 0 | 0.13 | 283.81 | 0.93 | 0.45 |
| Hex | A5 | 8 | DF | 1A | 60 | 0 | D | 11C | 5D | 2D |
| Octal | 245 | 10 | 337 | 32 | 140 | 0 | 15 | 434 | 135 | 55 |
| Binary | 10100101 | 1000 | 11011111 | 11010 | 1100000 | 0 | 1101 | 100011100 | 1011101 | 101101 |
Color Harmonies of #A508DF
Complementary color
Monochromatic Colors of #A508DF
Black with #A508DF
Text Example
Text Example
White with #A508DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A508DF; }
p { color: rgb(165,8,223); }
H1.HeaderClassName
{
color: #A508DF;
}
.AnyTagClassName
{
color: #A508DF;
}
</style>
background-color css
<style>
a { background-color: #A508DF; }
a { background-color: rgb(165,8,223); }
div.DivClassName
{
background-color: #A508DF;
}
.BgClassName
{
background-color: #A508DF;
}
</style>
border-color css
<style>
span { border-color: #A508DF; }
span { border-color: rgb(165,8,223); }
td.TdClassName
{
border-color: #A508DF;
}
.TagClassName
{
border-color: #A508DF;
}
</style>