Shades of Dark Violet #A508C6
Tints of Dark Violet #A508C6
RGB
CMYK
RGB Variations
Color information
#A508C6 (or 0xA508C6) is known color: Dark Violet. HEX triplet: A5, 08 and C6. RGB value is (165,8,198). Sum of RGB (Red+Green+Blue) = 165+8+198=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 198 (77.73% from 255 or 53.37% from 371); Max value from RGB is 198 - color contains mainly: blue. Hex color #A508C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A508C6 is #5AF739. Grayscale: #4C4C4C. Windows color (decimal): -5961530 or 12978341. OLE color: 12978341.
HSL color Cylindrical-coordinate representation of color #A508C6: hue angle of 289.58º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A508C6 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 8 | 198 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.22 |
| HSL | 289.58º | 0.92% | 0.4% | - |
| HSV(B) | 289.58º | 0.96% | 0.78% | - |
| XYZ | 25.8 | 12.25 | 54.43 | - |
| YUV | 76.6 | 196.51 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 8 | 198 | 0.17 | 0.96 | 0 | 0.22 | 289.58 | 0.92 | 0.4 |
| Hex | A5 | 8 | C6 | 11 | 60 | 0 | 16 | 122 | 5C | 28 |
| Octal | 245 | 10 | 306 | 21 | 140 | 0 | 26 | 442 | 134 | 50 |
| Binary | 10100101 | 1000 | 11000110 | 10001 | 1100000 | 0 | 10110 | 100100010 | 1011100 | 101000 |
Color Harmonies of #A508C6
Complementary color
Monochromatic Colors of #A508C6
Black with #A508C6
Text Example
Text Example
White with #A508C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A508C6; }
p { color: rgb(165,8,198); }
H1.HeaderClassName
{
color: #A508C6;
}
.AnyTagClassName
{
color: #A508C6;
}
</style>
background-color css
<style>
a { background-color: #A508C6; }
a { background-color: rgb(165,8,198); }
div.DivClassName
{
background-color: #A508C6;
}
.BgClassName
{
background-color: #A508C6;
}
</style>
border-color css
<style>
span { border-color: #A508C6; }
span { border-color: rgb(165,8,198); }
td.TdClassName
{
border-color: #A508C6;
}
.TagClassName
{
border-color: #A508C6;
}
</style>