Shades of Dark Violet #A906C5
Tints of Dark Violet #A906C5
RGB
CMYK
RGB Variations
Color information
#A906C5 (or 0xA906C5) is known color: Dark Violet. HEX triplet: A9, 06 and C5. RGB value is (169,6,197). Sum of RGB (Red+Green+Blue) = 169+6+197=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 6 (2.73% from 255 or 1.61% from 372); Blue value is 197 (77.34% from 255 or 52.96% from 372); Max value from RGB is 197 - color contains mainly: blue. Hex color #A906C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A906C5 is #56F93A. Grayscale: #4B4B4B. Windows color (decimal): -5699899 or 12912297. OLE color: 12912297.
HSL color Cylindrical-coordinate representation of color #A906C5: hue angle of 291.2º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A906C5 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 6 | 197 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.23 |
| HSL | 291.2º | 0.94% | 0.4% | - |
| HSV(B) | 291.2º | 0.97% | 0.77% | - |
| XYZ | 26.51 | 12.6 | 53.86 | - |
| YUV | 76.51 | 196 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 6 | 197 | 0.14 | 0.97 | 0 | 0.23 | 291.2 | 0.94 | 0.4 |
| Hex | A9 | 6 | C5 | E | 61 | 0 | 17 | 123 | 5E | 28 |
| Octal | 251 | 6 | 305 | 16 | 141 | 0 | 27 | 443 | 136 | 50 |
| Binary | 10101001 | 110 | 11000101 | 1110 | 1100001 | 0 | 10111 | 100100011 | 1011110 | 101000 |
Color Harmonies of #A906C5
Complementary color
Monochromatic Colors of #A906C5
Black with #A906C5
Text Example
Text Example
White with #A906C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A906C5; }
p { color: rgb(169,6,197); }
H1.HeaderClassName
{
color: #A906C5;
}
.AnyTagClassName
{
color: #A906C5;
}
</style>
background-color css
<style>
a { background-color: #A906C5; }
a { background-color: rgb(169,6,197); }
div.DivClassName
{
background-color: #A906C5;
}
.BgClassName
{
background-color: #A906C5;
}
</style>
border-color css
<style>
span { border-color: #A906C5; }
span { border-color: rgb(169,6,197); }
td.TdClassName
{
border-color: #A906C5;
}
.TagClassName
{
border-color: #A906C5;
}
</style>