Shades of Dark Violet #A901BD
Tints of Dark Violet #A901BD
RGB
CMYK
RGB Variations
Color information
#A901BD (or 0xA901BD) is known color: Dark Violet. HEX triplet: A9, 01 and BD. RGB value is (169,1,189). Sum of RGB (Red+Green+Blue) = 169+1+189=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #A901BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A901BD is #56FE42. Grayscale: #484848. Windows color (decimal): -5701187 or 12386729. OLE color: 12386729.
HSL color Cylindrical-coordinate representation of color #A901BD: hue angle of 293.62º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A901BD is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 1 | 189 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.26 |
| HSL | 293.62º | 0.99% | 0.37% | - |
| HSV(B) | 293.62º | 0.99% | 0.74% | - |
| XYZ | 25.56 | 12.13 | 49.14 | - |
| YUV | 72.66 | 193.66 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 189 | 0.11 | 0.99 | 0 | 0.26 | 293.62 | 0.99 | 0.37 |
| Hex | A9 | 1 | BD | B | 63 | 0 | 1A | 126 | 63 | 25 |
| Octal | 251 | 1 | 275 | 13 | 143 | 0 | 32 | 446 | 143 | 45 |
| Binary | 10101001 | 1 | 10111101 | 1011 | 1100011 | 0 | 11010 | 100100110 | 1100011 | 100101 |
Color Harmonies of #A901BD
Complementary color
Monochromatic Colors of #A901BD
Black with #A901BD
Text Example
Text Example
White with #A901BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A901BD; }
p { color: rgb(169,1,189); }
H1.HeaderClassName
{
color: #A901BD;
}
.AnyTagClassName
{
color: #A901BD;
}
</style>
background-color css
<style>
a { background-color: #A901BD; }
a { background-color: rgb(169,1,189); }
div.DivClassName
{
background-color: #A901BD;
}
.BgClassName
{
background-color: #A901BD;
}
</style>
border-color css
<style>
span { border-color: #A901BD; }
span { border-color: rgb(169,1,189); }
td.TdClassName
{
border-color: #A901BD;
}
.TagClassName
{
border-color: #A901BD;
}
</style>