Shades of Dark Violet #A905C8
Tints of Dark Violet #A905C8
RGB
CMYK
RGB Variations
Color information
#A905C8 (or 0xA905C8) is known color: Dark Violet. HEX triplet: A9, 05 and C8. RGB value is (169,5,200). Sum of RGB (Red+Green+Blue) = 169+5+200=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 200 (78.52% from 255 or 53.48% from 374); Max value from RGB is 200 - color contains mainly: blue. Hex color #A905C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A905C8 is #56FA37. Grayscale: #4B4B4B. Windows color (decimal): -5700152 or 13108649. OLE color: 13108649.
HSL color Cylindrical-coordinate representation of color #A905C8: hue angle of 290.46º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A905C8 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 5 | 200 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.22 |
| HSL | 290.46º | 0.95% | 0.4% | - |
| HSV(B) | 290.46º | 0.98% | 0.78% | - |
| XYZ | 26.84 | 12.71 | 55.68 | - |
| YUV | 76.27 | 197.83 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 200 | 0.16 | 0.98 | 0 | 0.22 | 290.46 | 0.95 | 0.4 |
| Hex | A9 | 5 | C8 | 10 | 62 | 0 | 16 | 122 | 5F | 28 |
| Octal | 251 | 5 | 310 | 20 | 142 | 0 | 26 | 442 | 137 | 50 |
| Binary | 10101001 | 101 | 11001000 | 10000 | 1100010 | 0 | 10110 | 100100010 | 1011111 | 101000 |
Color Harmonies of #A905C8
Complementary color
Monochromatic Colors of #A905C8
Black with #A905C8
Text Example
Text Example
White with #A905C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A905C8; }
p { color: rgb(169,5,200); }
H1.HeaderClassName
{
color: #A905C8;
}
.AnyTagClassName
{
color: #A905C8;
}
</style>
background-color css
<style>
a { background-color: #A905C8; }
a { background-color: rgb(169,5,200); }
div.DivClassName
{
background-color: #A905C8;
}
.BgClassName
{
background-color: #A905C8;
}
</style>
border-color css
<style>
span { border-color: #A905C8; }
span { border-color: rgb(169,5,200); }
td.TdClassName
{
border-color: #A905C8;
}
.TagClassName
{
border-color: #A905C8;
}
</style>