Shades of Dark Violet #A017CB
Tints of Dark Violet #A017CB
RGB
CMYK
RGB Variations
Color information
#A017CB (or 0xA017CB) is known color: Dark Violet. HEX triplet: A0, 17 and CB. RGB value is (160,23,203). Sum of RGB (Red+Green+Blue) = 160+23+203=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #A017CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A017CB is #5FE834. Grayscale: #535353. Windows color (decimal): -6285365 or 13309856. OLE color: 13309856.
HSL color Cylindrical-coordinate representation of color #A017CB: hue angle of 285.67º 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 #A017CB is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 23 | 203 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.20 |
| HSL | 285.67º | 0.8% | 0.44% | - |
| HSV(B) | 285.67º | 0.89% | 0.8% | - |
| XYZ | 25.58 | 12.4 | 57.54 | - |
| YUV | 84.48 | 194.89 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 203 | 0.21 | 0.89 | 0 | 0.20 | 285.67 | 0.8 | 0.44 |
| Hex | A0 | 17 | CB | 15 | 59 | 0 | 14 | 11E | 50 | 2C |
| Octal | 240 | 27 | 313 | 25 | 131 | 0 | 24 | 436 | 120 | 54 |
| Binary | 10100000 | 10111 | 11001011 | 10101 | 1011001 | 0 | 10100 | 100011110 | 1010000 | 101100 |
Color Harmonies of #A017CB
Complementary color
Monochromatic Colors of #A017CB
Black with #A017CB
Text Example
Text Example
White with #A017CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A017CB; }
p { color: rgb(160,23,203); }
H1.HeaderClassName
{
color: #A017CB;
}
.AnyTagClassName
{
color: #A017CB;
}
</style>
background-color css
<style>
a { background-color: #A017CB; }
a { background-color: rgb(160,23,203); }
div.DivClassName
{
background-color: #A017CB;
}
.BgClassName
{
background-color: #A017CB;
}
</style>
border-color css
<style>
span { border-color: #A017CB; }
span { border-color: rgb(160,23,203); }
td.TdClassName
{
border-color: #A017CB;
}
.TagClassName
{
border-color: #A017CB;
}
</style>