Shades of Dark Orchid #AF19CF
Tints of Dark Orchid #AF19CF
RGB
CMYK
RGB Variations
Color information
#AF19CF (or 0xAF19CF) is known color: Dark Orchid. HEX triplet: AF, 19 and CF. RGB value is (175,25,207). Sum of RGB (Red+Green+Blue) = 175+25+207=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF19CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF19CF is #50E630. Grayscale: #5A5A5A. Windows color (decimal): -5301809 or 13572527. OLE color: 13572527.
HSL color Cylindrical-coordinate representation of color #AF19CF: hue angle of 289.45º 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 #AF19CF is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 25 | 207 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.19 |
| HSL | 289.45º | 0.78% | 0.45% | - |
| HSV(B) | 289.45º | 0.88% | 0.81% | - |
| XYZ | 29.29 | 14.31 | 60.25 | - |
| YUV | 90.6 | 193.7 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 207 | 0.15 | 0.88 | 0 | 0.19 | 289.45 | 0.78 | 0.45 |
| Hex | AF | 19 | CF | F | 58 | 0 | 13 | 121 | 4E | 2D |
| Octal | 257 | 31 | 317 | 17 | 130 | 0 | 23 | 441 | 116 | 55 |
| Binary | 10101111 | 11001 | 11001111 | 1111 | 1011000 | 0 | 10011 | 100100001 | 1001110 | 101101 |
Color Harmonies of #AF19CF
Complementary color
Monochromatic Colors of #AF19CF
Black with #AF19CF
Text Example
Text Example
White with #AF19CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF19CF; }
p { color: rgb(175,25,207); }
H1.HeaderClassName
{
color: #AF19CF;
}
.AnyTagClassName
{
color: #AF19CF;
}
</style>
background-color css
<style>
a { background-color: #AF19CF; }
a { background-color: rgb(175,25,207); }
div.DivClassName
{
background-color: #AF19CF;
}
.BgClassName
{
background-color: #AF19CF;
}
</style>
border-color css
<style>
span { border-color: #AF19CF; }
span { border-color: rgb(175,25,207); }
td.TdClassName
{
border-color: #AF19CF;
}
.TagClassName
{
border-color: #AF19CF;
}
</style>