Shades of Dark Violet #A905CB
Tints of Dark Violet #A905CB
RGB
CMYK
RGB Variations
Color information
#A905CB (or 0xA905CB) is known color: Dark Violet. HEX triplet: A9, 05 and CB. RGB value is (169,5,203). Sum of RGB (Red+Green+Blue) = 169+5+203=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #A905CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A905CB is #56FA34. Grayscale: #4B4B4B. Windows color (decimal): -5700149 or 13305257. OLE color: 13305257.
HSL color Cylindrical-coordinate representation of color #A905CB: hue angle of 289.7º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A905CB is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 5 | 203 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.20 |
| HSL | 289.7º | 0.95% | 0.41% | - |
| HSV(B) | 289.7º | 0.98% | 0.8% | - |
| XYZ | 27.2 | 12.86 | 57.55 | - |
| YUV | 76.61 | 199.33 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 203 | 0.17 | 0.98 | 0 | 0.20 | 289.7 | 0.95 | 0.41 |
| Hex | A9 | 5 | CB | 11 | 62 | 0 | 14 | 122 | 5F | 29 |
| Octal | 251 | 5 | 313 | 21 | 142 | 0 | 24 | 442 | 137 | 51 |
| Binary | 10101001 | 101 | 11001011 | 10001 | 1100010 | 0 | 10100 | 100100010 | 1011111 | 101001 |
Color Harmonies of #A905CB
Complementary color
Monochromatic Colors of #A905CB
Black with #A905CB
Text Example
Text Example
White with #A905CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A905CB; }
p { color: rgb(169,5,203); }
H1.HeaderClassName
{
color: #A905CB;
}
.AnyTagClassName
{
color: #A905CB;
}
</style>
background-color css
<style>
a { background-color: #A905CB; }
a { background-color: rgb(169,5,203); }
div.DivClassName
{
background-color: #A905CB;
}
.BgClassName
{
background-color: #A905CB;
}
</style>
border-color css
<style>
span { border-color: #A905CB; }
span { border-color: rgb(169,5,203); }
td.TdClassName
{
border-color: #A905CB;
}
.TagClassName
{
border-color: #A905CB;
}
</style>