Shades of Dark Orchid #AF17CA
Tints of Dark Orchid #AF17CA
RGB
CMYK
RGB Variations
Color information
#AF17CA (or 0xAF17CA) is known color: Dark Orchid. HEX triplet: AF, 17 and CA. RGB value is (175,23,202). Sum of RGB (Red+Green+Blue) = 175+23+202=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF17CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF17CA is #50E835. Grayscale: #585858. Windows color (decimal): -5302326 or 13244335. OLE color: 13244335.
HSL color Cylindrical-coordinate representation of color #AF17CA: hue angle of 290.95º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF17CA is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 23 | 202 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.21 |
| HSL | 290.95º | 0.8% | 0.44% | - |
| HSV(B) | 290.95º | 0.89% | 0.79% | - |
| XYZ | 28.65 | 13.99 | 57.07 | - |
| YUV | 88.85 | 191.86 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 202 | 0.13 | 0.89 | 0 | 0.21 | 290.95 | 0.8 | 0.44 |
| Hex | AF | 17 | CA | D | 59 | 0 | 15 | 123 | 50 | 2C |
| Octal | 257 | 27 | 312 | 15 | 131 | 0 | 25 | 443 | 120 | 54 |
| Binary | 10101111 | 10111 | 11001010 | 1101 | 1011001 | 0 | 10101 | 100100011 | 1010000 | 101100 |
Color Harmonies of #AF17CA
Complementary color
Monochromatic Colors of #AF17CA
Black with #AF17CA
Text Example
Text Example
White with #AF17CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF17CA; }
p { color: rgb(175,23,202); }
H1.HeaderClassName
{
color: #AF17CA;
}
.AnyTagClassName
{
color: #AF17CA;
}
</style>
background-color css
<style>
a { background-color: #AF17CA; }
a { background-color: rgb(175,23,202); }
div.DivClassName
{
background-color: #AF17CA;
}
.BgClassName
{
background-color: #AF17CA;
}
</style>
border-color css
<style>
span { border-color: #AF17CA; }
span { border-color: rgb(175,23,202); }
td.TdClassName
{
border-color: #AF17CA;
}
.TagClassName
{
border-color: #AF17CA;
}
</style>