Shades of Dark Violet #A817CB
Tints of Dark Violet #A817CB
RGB
CMYK
RGB Variations
Color information
#A817CB (or 0xA817CB) is known color: Dark Violet. HEX triplet: A8, 17 and CB. RGB value is (168,23,203). Sum of RGB (Red+Green+Blue) = 168+23+203=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 23 (9.38% from 255 or 5.84% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #A817CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A817CB is #57E834. Grayscale: #565656. Windows color (decimal): -5761077 or 13309864. OLE color: 13309864.
HSL color Cylindrical-coordinate representation of color #A817CB: hue angle of 288.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A817CB is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 23 | 203 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.20 |
| HSL | 288.33º | 0.8% | 0.44% | - |
| HSV(B) | 288.33º | 0.89% | 0.8% | - |
| XYZ | 27.23 | 13.25 | 57.62 | - |
| YUV | 86.88 | 193.54 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 203 | 0.17 | 0.89 | 0 | 0.20 | 288.33 | 0.8 | 0.44 |
| Hex | A8 | 17 | CB | 11 | 59 | 0 | 14 | 120 | 50 | 2C |
| Octal | 250 | 27 | 313 | 21 | 131 | 0 | 24 | 440 | 120 | 54 |
| Binary | 10101000 | 10111 | 11001011 | 10001 | 1011001 | 0 | 10100 | 100100000 | 1010000 | 101100 |
Color Harmonies of #A817CB
Complementary color
Monochromatic Colors of #A817CB
Black with #A817CB
Text Example
Text Example
White with #A817CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A817CB; }
p { color: rgb(168,23,203); }
H1.HeaderClassName
{
color: #A817CB;
}
.AnyTagClassName
{
color: #A817CB;
}
</style>
background-color css
<style>
a { background-color: #A817CB; }
a { background-color: rgb(168,23,203); }
div.DivClassName
{
background-color: #A817CB;
}
.BgClassName
{
background-color: #A817CB;
}
</style>
border-color css
<style>
span { border-color: #A817CB; }
span { border-color: rgb(168,23,203); }
td.TdClassName
{
border-color: #A817CB;
}
.TagClassName
{
border-color: #A817CB;
}
</style>