Shades of Dark Orchid #AF17CD
Tints of Dark Orchid #AF17CD
RGB
CMYK
RGB Variations
Color information
#AF17CD (or 0xAF17CD) is known color: Dark Orchid. HEX triplet: AF, 17 and CD. RGB value is (175,23,205). Sum of RGB (Red+Green+Blue) = 175+23+205=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 23 (9.38% from 255 or 5.71% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF17CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF17CD is #50E832. Grayscale: #585858. Windows color (decimal): -5302323 or 13440943. OLE color: 13440943.
HSL color Cylindrical-coordinate representation of color #AF17CD: hue angle of 290.11º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF17CD is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 23 | 205 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.20 |
| HSL | 290.11º | 0.8% | 0.45% | - |
| HSV(B) | 290.11º | 0.89% | 0.8% | - |
| XYZ | 29.01 | 14.13 | 58.96 | - |
| YUV | 89.2 | 193.36 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 205 | 0.15 | 0.89 | 0 | 0.20 | 290.11 | 0.8 | 0.45 |
| Hex | AF | 17 | CD | F | 59 | 0 | 14 | 122 | 50 | 2D |
| Octal | 257 | 27 | 315 | 17 | 131 | 0 | 24 | 442 | 120 | 55 |
| Binary | 10101111 | 10111 | 11001101 | 1111 | 1011001 | 0 | 10100 | 100100010 | 1010000 | 101101 |
Color Harmonies of #AF17CD
Complementary color
Monochromatic Colors of #AF17CD
Black with #AF17CD
Text Example
Text Example
White with #AF17CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF17CD; }
p { color: rgb(175,23,205); }
H1.HeaderClassName
{
color: #AF17CD;
}
.AnyTagClassName
{
color: #AF17CD;
}
</style>
background-color css
<style>
a { background-color: #AF17CD; }
a { background-color: rgb(175,23,205); }
div.DivClassName
{
background-color: #AF17CD;
}
.BgClassName
{
background-color: #AF17CD;
}
</style>
border-color css
<style>
span { border-color: #AF17CD; }
span { border-color: rgb(175,23,205); }
td.TdClassName
{
border-color: #AF17CD;
}
.TagClassName
{
border-color: #AF17CD;
}
</style>