Shades of Dark Violet #A809CB
Tints of Dark Violet #A809CB
RGB
CMYK
RGB Variations
Color information
#A809CB (or 0xA809CB) is known color: Dark Violet. HEX triplet: A8, 09 and CB. RGB value is (168,9,203). Sum of RGB (Red+Green+Blue) = 168+9+203=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #A809CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A809CB is #57F634. Grayscale: #4E4E4E. Windows color (decimal): -5764661 or 13306280. OLE color: 13306280.
HSL color Cylindrical-coordinate representation of color #A809CB: hue angle of 289.18º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A809CB is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 9 | 203 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.20 |
| HSL | 289.18º | 0.92% | 0.42% | - |
| HSV(B) | 289.18º | 0.96% | 0.8% | - |
| XYZ | 27.03 | 12.83 | 57.55 | - |
| YUV | 78.66 | 198.18 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 203 | 0.17 | 0.96 | 0 | 0.20 | 289.18 | 0.92 | 0.42 |
| Hex | A8 | 9 | CB | 11 | 60 | 0 | 14 | 121 | 5C | 2A |
| Octal | 250 | 11 | 313 | 21 | 140 | 0 | 24 | 441 | 134 | 52 |
| Binary | 10101000 | 1001 | 11001011 | 10001 | 1100000 | 0 | 10100 | 100100001 | 1011100 | 101010 |
Color Harmonies of #A809CB
Complementary color
Monochromatic Colors of #A809CB
Black with #A809CB
Text Example
Text Example
White with #A809CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A809CB; }
p { color: rgb(168,9,203); }
H1.HeaderClassName
{
color: #A809CB;
}
.AnyTagClassName
{
color: #A809CB;
}
</style>
background-color css
<style>
a { background-color: #A809CB; }
a { background-color: rgb(168,9,203); }
div.DivClassName
{
background-color: #A809CB;
}
.BgClassName
{
background-color: #A809CB;
}
</style>
border-color css
<style>
span { border-color: #A809CB; }
span { border-color: rgb(168,9,203); }
td.TdClassName
{
border-color: #A809CB;
}
.TagClassName
{
border-color: #A809CB;
}
</style>