Shades of Dark Orchid #AF19CE
Tints of Dark Orchid #AF19CE
RGB
CMYK
RGB Variations
Color information
#AF19CE (or 0xAF19CE) is known color: Dark Orchid. HEX triplet: AF, 19 and CE. RGB value is (175,25,206). Sum of RGB (Red+Green+Blue) = 175+25+206=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF19CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF19CE is #50E631. Grayscale: #595959. Windows color (decimal): -5301810 or 13506991. OLE color: 13506991.
HSL color Cylindrical-coordinate representation of color #AF19CE: hue angle of 289.72º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF19CE is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 25 | 206 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.19 |
| HSL | 289.72º | 0.78% | 0.45% | - |
| HSV(B) | 289.72º | 0.88% | 0.81% | - |
| XYZ | 29.17 | 14.27 | 59.61 | - |
| YUV | 90.48 | 193.2 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 206 | 0.15 | 0.88 | 0 | 0.19 | 289.72 | 0.78 | 0.45 |
| Hex | AF | 19 | CE | F | 58 | 0 | 13 | 122 | 4E | 2D |
| Octal | 257 | 31 | 316 | 17 | 130 | 0 | 23 | 442 | 116 | 55 |
| Binary | 10101111 | 11001 | 11001110 | 1111 | 1011000 | 0 | 10011 | 100100010 | 1001110 | 101101 |
Color Harmonies of #AF19CE
Complementary color
Monochromatic Colors of #AF19CE
Black with #AF19CE
Text Example
Text Example
White with #AF19CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF19CE; }
p { color: rgb(175,25,206); }
H1.HeaderClassName
{
color: #AF19CE;
}
.AnyTagClassName
{
color: #AF19CE;
}
</style>
background-color css
<style>
a { background-color: #AF19CE; }
a { background-color: rgb(175,25,206); }
div.DivClassName
{
background-color: #AF19CE;
}
.BgClassName
{
background-color: #AF19CE;
}
</style>
border-color css
<style>
span { border-color: #AF19CE; }
span { border-color: rgb(175,25,206); }
td.TdClassName
{
border-color: #AF19CE;
}
.TagClassName
{
border-color: #AF19CE;
}
</style>