Shades of Dark Violet #A908C8
Tints of Dark Violet #A908C8
RGB
CMYK
RGB Variations
Color information
#A908C8 (or 0xA908C8) is known color: Dark Violet. HEX triplet: A9, 08 and C8. RGB value is (169,8,200). Sum of RGB (Red+Green+Blue) = 169+8+200=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 200 (78.52% from 255 or 53.05% from 377); Max value from RGB is 200 - color contains mainly: blue. Hex color #A908C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A908C8 is #56F737. Grayscale: #4D4D4D. Windows color (decimal): -5699384 or 13109417. OLE color: 13109417.
HSL color Cylindrical-coordinate representation of color #A908C8: hue angle of 290.31º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A908C8 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 8 | 200 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.22 |
| HSL | 290.31º | 0.92% | 0.41% | - |
| HSV(B) | 290.31º | 0.96% | 0.78% | - |
| XYZ | 26.87 | 12.78 | 55.69 | - |
| YUV | 78.03 | 196.84 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 8 | 200 | 0.16 | 0.96 | 0 | 0.22 | 290.31 | 0.92 | 0.41 |
| Hex | A9 | 8 | C8 | 10 | 60 | 0 | 16 | 122 | 5C | 29 |
| Octal | 251 | 10 | 310 | 20 | 140 | 0 | 26 | 442 | 134 | 51 |
| Binary | 10101001 | 1000 | 11001000 | 10000 | 1100000 | 0 | 10110 | 100100010 | 1011100 | 101001 |
Color Harmonies of #A908C8
Complementary color
Monochromatic Colors of #A908C8
Black with #A908C8
Text Example
Text Example
White with #A908C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A908C8; }
p { color: rgb(169,8,200); }
H1.HeaderClassName
{
color: #A908C8;
}
.AnyTagClassName
{
color: #A908C8;
}
</style>
background-color css
<style>
a { background-color: #A908C8; }
a { background-color: rgb(169,8,200); }
div.DivClassName
{
background-color: #A908C8;
}
.BgClassName
{
background-color: #A908C8;
}
</style>
border-color css
<style>
span { border-color: #A908C8; }
span { border-color: rgb(169,8,200); }
td.TdClassName
{
border-color: #A908C8;
}
.TagClassName
{
border-color: #A908C8;
}
</style>