Shades of Dark Violet #A905C7
Tints of Dark Violet #A905C7
RGB
CMYK
RGB Variations
Color information
#A905C7 (or 0xA905C7) is known color: Dark Violet. HEX triplet: A9, 05 and C7. RGB value is (169,5,199). Sum of RGB (Red+Green+Blue) = 169+5+199=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 199 (78.12% from 255 or 53.35% from 373); Max value from RGB is 199 - color contains mainly: blue. Hex color #A905C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A905C7 is #56FA38. Grayscale: #4B4B4B. Windows color (decimal): -5700153 or 13043113. OLE color: 13043113.
HSL color Cylindrical-coordinate representation of color #A905C7: hue angle of 290.72º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A905C7 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 5 | 199 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.22 |
| HSL | 290.72º | 0.95% | 0.4% | - |
| HSV(B) | 290.72º | 0.97% | 0.78% | - |
| XYZ | 26.73 | 12.67 | 55.07 | - |
| YUV | 76.15 | 197.33 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 199 | 0.15 | 0.97 | 0 | 0.22 | 290.72 | 0.95 | 0.4 |
| Hex | A9 | 5 | C7 | F | 61 | 0 | 16 | 123 | 5F | 28 |
| Octal | 251 | 5 | 307 | 17 | 141 | 0 | 26 | 443 | 137 | 50 |
| Binary | 10101001 | 101 | 11000111 | 1111 | 1100001 | 0 | 10110 | 100100011 | 1011111 | 101000 |
Color Harmonies of #A905C7
Complementary color
Monochromatic Colors of #A905C7
Black with #A905C7
Text Example
Text Example
White with #A905C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A905C7; }
p { color: rgb(169,5,199); }
H1.HeaderClassName
{
color: #A905C7;
}
.AnyTagClassName
{
color: #A905C7;
}
</style>
background-color css
<style>
a { background-color: #A905C7; }
a { background-color: rgb(169,5,199); }
div.DivClassName
{
background-color: #A905C7;
}
.BgClassName
{
background-color: #A905C7;
}
</style>
border-color css
<style>
span { border-color: #A905C7; }
span { border-color: rgb(169,5,199); }
td.TdClassName
{
border-color: #A905C7;
}
.TagClassName
{
border-color: #A905C7;
}
</style>