Shades of Dark Violet #A508C5
Tints of Dark Violet #A508C5
RGB
CMYK
RGB Variations
Color information
#A508C5 (or 0xA508C5) is known color: Dark Violet. HEX triplet: A5, 08 and C5. RGB value is (165,8,197). Sum of RGB (Red+Green+Blue) = 165+8+197=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 197 (77.34% from 255 or 53.24% from 370); Max value from RGB is 197 - color contains mainly: blue. Hex color #A508C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A508C5 is #5AF73A. Grayscale: #4B4B4B. Windows color (decimal): -5961531 or 12912805. OLE color: 12912805.
HSL color Cylindrical-coordinate representation of color #A508C5: hue angle of 289.84º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A508C5 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 8 | 197 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.23 |
| HSL | 289.84º | 0.92% | 0.4% | - |
| HSV(B) | 289.84º | 0.96% | 0.77% | - |
| XYZ | 25.68 | 12.2 | 53.83 | - |
| YUV | 76.49 | 196.01 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 8 | 197 | 0.16 | 0.96 | 0 | 0.23 | 289.84 | 0.92 | 0.4 |
| Hex | A5 | 8 | C5 | 10 | 60 | 0 | 17 | 122 | 5C | 28 |
| Octal | 245 | 10 | 305 | 20 | 140 | 0 | 27 | 442 | 134 | 50 |
| Binary | 10100101 | 1000 | 11000101 | 10000 | 1100000 | 0 | 10111 | 100100010 | 1011100 | 101000 |
Color Harmonies of #A508C5
Complementary color
Monochromatic Colors of #A508C5
Black with #A508C5
Text Example
Text Example
White with #A508C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A508C5; }
p { color: rgb(165,8,197); }
H1.HeaderClassName
{
color: #A508C5;
}
.AnyTagClassName
{
color: #A508C5;
}
</style>
background-color css
<style>
a { background-color: #A508C5; }
a { background-color: rgb(165,8,197); }
div.DivClassName
{
background-color: #A508C5;
}
.BgClassName
{
background-color: #A508C5;
}
</style>
border-color css
<style>
span { border-color: #A508C5; }
span { border-color: rgb(165,8,197); }
td.TdClassName
{
border-color: #A508C5;
}
.TagClassName
{
border-color: #A508C5;
}
</style>