Shades of Dark Violet #A906C1
Tints of Dark Violet #A906C1
RGB
CMYK
RGB Variations
Color information
#A906C1 (or 0xA906C1) is known color: Dark Violet. HEX triplet: A9, 06 and C1. RGB value is (169,6,193). Sum of RGB (Red+Green+Blue) = 169+6+193=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 6 (2.73% from 255 or 1.63% from 368); Blue value is 193 (75.78% from 255 or 52.45% from 368); Max value from RGB is 193 - color contains mainly: blue. Hex color #A906C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A906C1 is #56F93E. Grayscale: #4B4B4B. Windows color (decimal): -5699903 or 12650153. OLE color: 12650153.
HSL color Cylindrical-coordinate representation of color #A906C1: hue angle of 292.3º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A906C1 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 6 | 193 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.24 |
| HSL | 292.3º | 0.94% | 0.39% | - |
| HSV(B) | 292.3º | 0.97% | 0.76% | - |
| XYZ | 26.05 | 12.42 | 51.48 | - |
| YUV | 76.06 | 194 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 6 | 193 | 0.12 | 0.97 | 0 | 0.24 | 292.3 | 0.94 | 0.39 |
| Hex | A9 | 6 | C1 | C | 61 | 0 | 18 | 124 | 5E | 27 |
| Octal | 251 | 6 | 301 | 14 | 141 | 0 | 30 | 444 | 136 | 47 |
| Binary | 10101001 | 110 | 11000001 | 1100 | 1100001 | 0 | 11000 | 100100100 | 1011110 | 100111 |
Color Harmonies of #A906C1
Complementary color
Monochromatic Colors of #A906C1
Black with #A906C1
Text Example
Text Example
White with #A906C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A906C1; }
p { color: rgb(169,6,193); }
H1.HeaderClassName
{
color: #A906C1;
}
.AnyTagClassName
{
color: #A906C1;
}
</style>
background-color css
<style>
a { background-color: #A906C1; }
a { background-color: rgb(169,6,193); }
div.DivClassName
{
background-color: #A906C1;
}
.BgClassName
{
background-color: #A906C1;
}
</style>
border-color css
<style>
span { border-color: #A906C1; }
span { border-color: rgb(169,6,193); }
td.TdClassName
{
border-color: #A906C1;
}
.TagClassName
{
border-color: #A906C1;
}
</style>