Shades of Dark Orchid #AF18CE
Tints of Dark Orchid #AF18CE
RGB
CMYK
RGB Variations
Color information
#AF18CE (or 0xAF18CE) is known color: Dark Orchid. HEX triplet: AF, 18 and CE. RGB value is (175,24,206). Sum of RGB (Red+Green+Blue) = 175+24+206=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF18CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF18CE is #50E731. Grayscale: #595959. Windows color (decimal): -5302066 or 13506735. OLE color: 13506735.
HSL color Cylindrical-coordinate representation of color #AF18CE: hue angle of 289.78º 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 #AF18CE is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 24 | 206 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.19 |
| HSL | 289.78º | 0.79% | 0.45% | - |
| HSV(B) | 289.78º | 0.88% | 0.81% | - |
| XYZ | 29.15 | 14.22 | 59.6 | - |
| YUV | 89.9 | 193.53 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 206 | 0.15 | 0.88 | 0 | 0.19 | 289.78 | 0.79 | 0.45 |
| Hex | AF | 18 | CE | F | 58 | 0 | 13 | 122 | 4F | 2D |
| Octal | 257 | 30 | 316 | 17 | 130 | 0 | 23 | 442 | 117 | 55 |
| Binary | 10101111 | 11000 | 11001110 | 1111 | 1011000 | 0 | 10011 | 100100010 | 1001111 | 101101 |
Color Harmonies of #AF18CE
Complementary color
Monochromatic Colors of #AF18CE
Black with #AF18CE
Text Example
Text Example
White with #AF18CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF18CE; }
p { color: rgb(175,24,206); }
H1.HeaderClassName
{
color: #AF18CE;
}
.AnyTagClassName
{
color: #AF18CE;
}
</style>
background-color css
<style>
a { background-color: #AF18CE; }
a { background-color: rgb(175,24,206); }
div.DivClassName
{
background-color: #AF18CE;
}
.BgClassName
{
background-color: #AF18CE;
}
</style>
border-color css
<style>
span { border-color: #AF18CE; }
span { border-color: rgb(175,24,206); }
td.TdClassName
{
border-color: #AF18CE;
}
.TagClassName
{
border-color: #AF18CE;
}
</style>