Shades of Dark Violet #A905C9
Tints of Dark Violet #A905C9
RGB
CMYK
RGB Variations
Color information
#A905C9 (or 0xA905C9) is known color: Dark Violet. HEX triplet: A9, 05 and C9. RGB value is (169,5,201). Sum of RGB (Red+Green+Blue) = 169+5+201=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 201 (78.91% from 255 or 53.6% from 375); Max value from RGB is 201 - color contains mainly: blue. Hex color #A905C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A905C9 is #56FA36. Grayscale: #4B4B4B. Windows color (decimal): -5700151 or 13174185. OLE color: 13174185.
HSL color Cylindrical-coordinate representation of color #A905C9: hue angle of 290.2º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A905C9 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 5 | 201 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.21 |
| HSL | 290.2º | 0.95% | 0.4% | - |
| HSV(B) | 290.2º | 0.98% | 0.79% | - |
| XYZ | 26.96 | 12.76 | 56.3 | - |
| YUV | 76.38 | 198.33 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 201 | 0.16 | 0.98 | 0 | 0.21 | 290.2 | 0.95 | 0.4 |
| Hex | A9 | 5 | C9 | 10 | 62 | 0 | 15 | 122 | 5F | 28 |
| Octal | 251 | 5 | 311 | 20 | 142 | 0 | 25 | 442 | 137 | 50 |
| Binary | 10101001 | 101 | 11001001 | 10000 | 1100010 | 0 | 10101 | 100100010 | 1011111 | 101000 |
Color Harmonies of #A905C9
Complementary color
Monochromatic Colors of #A905C9
Black with #A905C9
Text Example
Text Example
White with #A905C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A905C9; }
p { color: rgb(169,5,201); }
H1.HeaderClassName
{
color: #A905C9;
}
.AnyTagClassName
{
color: #A905C9;
}
</style>
background-color css
<style>
a { background-color: #A905C9; }
a { background-color: rgb(169,5,201); }
div.DivClassName
{
background-color: #A905C9;
}
.BgClassName
{
background-color: #A905C9;
}
</style>
border-color css
<style>
span { border-color: #A905C9; }
span { border-color: rgb(169,5,201); }
td.TdClassName
{
border-color: #A905C9;
}
.TagClassName
{
border-color: #A905C9;
}
</style>