Shades of Dark Orchid #AF18CF
Tints of Dark Orchid #AF18CF
RGB
CMYK
RGB Variations
Color information
#AF18CF (or 0xAF18CF) is known color: Dark Orchid. HEX triplet: AF, 18 and CF. RGB value is (175,24,207). Sum of RGB (Red+Green+Blue) = 175+24+207=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF18CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF18CF is #50E730. Grayscale: #595959. Windows color (decimal): -5302065 or 13572271. OLE color: 13572271.
HSL color Cylindrical-coordinate representation of color #AF18CF: hue angle of 289.51º degrees, saturation: 0.79, 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 #AF18CF is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 24 | 207 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.19 |
| HSL | 289.51º | 0.79% | 0.45% | - |
| HSV(B) | 289.51º | 0.88% | 0.81% | - |
| XYZ | 29.27 | 14.27 | 60.24 | - |
| YUV | 90.01 | 194.03 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 207 | 0.15 | 0.88 | 0 | 0.19 | 289.51 | 0.79 | 0.45 |
| Hex | AF | 18 | CF | F | 58 | 0 | 13 | 122 | 4F | 2D |
| Octal | 257 | 30 | 317 | 17 | 130 | 0 | 23 | 442 | 117 | 55 |
| Binary | 10101111 | 11000 | 11001111 | 1111 | 1011000 | 0 | 10011 | 100100010 | 1001111 | 101101 |
Color Harmonies of #AF18CF
Complementary color
Monochromatic Colors of #AF18CF
Black with #AF18CF
Text Example
Text Example
White with #AF18CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF18CF; }
p { color: rgb(175,24,207); }
H1.HeaderClassName
{
color: #AF18CF;
}
.AnyTagClassName
{
color: #AF18CF;
}
</style>
background-color css
<style>
a { background-color: #AF18CF; }
a { background-color: rgb(175,24,207); }
div.DivClassName
{
background-color: #AF18CF;
}
.BgClassName
{
background-color: #AF18CF;
}
</style>
border-color css
<style>
span { border-color: #AF18CF; }
span { border-color: rgb(175,24,207); }
td.TdClassName
{
border-color: #AF18CF;
}
.TagClassName
{
border-color: #AF18CF;
}
</style>