Shades of Dark Violet #A908C2
Tints of Dark Violet #A908C2
RGB
CMYK
RGB Variations
Color information
#A908C2 (or 0xA908C2) is known color: Dark Violet. HEX triplet: A9, 08 and C2. RGB value is (169,8,194). Sum of RGB (Red+Green+Blue) = 169+8+194=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 194 (76.17% from 255 or 52.29% from 371); Max value from RGB is 194 - color contains mainly: blue. Hex color #A908C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A908C2 is #56F73D. Grayscale: #4C4C4C. Windows color (decimal): -5699390 or 12716201. OLE color: 12716201.
HSL color Cylindrical-coordinate representation of color #A908C2: hue angle of 291.94º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A908C2 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 8 | 194 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.24 |
| HSL | 291.94º | 0.92% | 0.4% | - |
| HSV(B) | 291.94º | 0.96% | 0.76% | - |
| XYZ | 26.19 | 12.5 | 52.07 | - |
| YUV | 77.34 | 193.84 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 8 | 194 | 0.13 | 0.96 | 0 | 0.24 | 291.94 | 0.92 | 0.4 |
| Hex | A9 | 8 | C2 | D | 60 | 0 | 18 | 124 | 5C | 28 |
| Octal | 251 | 10 | 302 | 15 | 140 | 0 | 30 | 444 | 134 | 50 |
| Binary | 10101001 | 1000 | 11000010 | 1101 | 1100000 | 0 | 11000 | 100100100 | 1011100 | 101000 |
Color Harmonies of #A908C2
Complementary color
Monochromatic Colors of #A908C2
Black with #A908C2
Text Example
Text Example
White with #A908C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A908C2; }
p { color: rgb(169,8,194); }
H1.HeaderClassName
{
color: #A908C2;
}
.AnyTagClassName
{
color: #A908C2;
}
</style>
background-color css
<style>
a { background-color: #A908C2; }
a { background-color: rgb(169,8,194); }
div.DivClassName
{
background-color: #A908C2;
}
.BgClassName
{
background-color: #A908C2;
}
</style>
border-color css
<style>
span { border-color: #A908C2; }
span { border-color: rgb(169,8,194); }
td.TdClassName
{
border-color: #A908C2;
}
.TagClassName
{
border-color: #A908C2;
}
</style>