Shades of Dark Orchid #AF18C8
Tints of Dark Orchid #AF18C8
RGB
CMYK
RGB Variations
Color information
#AF18C8 (or 0xAF18C8) is known color: Dark Orchid. HEX triplet: AF, 18 and C8. RGB value is (175,24,200). Sum of RGB (Red+Green+Blue) = 175+24+200=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 200 (78.52% from 255 or 50.13% from 399); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF18C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF18C8 is #50E737. Grayscale: #585858. Windows color (decimal): -5302072 or 13113519. OLE color: 13113519.
HSL color Cylindrical-coordinate representation of color #AF18C8: hue angle of 291.48º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF18C8 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 24 | 200 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.22 |
| HSL | 291.48º | 0.79% | 0.44% | - |
| HSV(B) | 291.48º | 0.88% | 0.78% | - |
| XYZ | 28.43 | 13.94 | 55.84 | - |
| YUV | 89.21 | 190.53 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 200 | 0.12 | 0.88 | 0 | 0.22 | 291.48 | 0.79 | 0.44 |
| Hex | AF | 18 | C8 | C | 58 | 0 | 16 | 123 | 4F | 2C |
| Octal | 257 | 30 | 310 | 14 | 130 | 0 | 26 | 443 | 117 | 54 |
| Binary | 10101111 | 11000 | 11001000 | 1100 | 1011000 | 0 | 10110 | 100100011 | 1001111 | 101100 |
Color Harmonies of #AF18C8
Complementary color
Monochromatic Colors of #AF18C8
Black with #AF18C8
Text Example
Text Example
White with #AF18C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF18C8; }
p { color: rgb(175,24,200); }
H1.HeaderClassName
{
color: #AF18C8;
}
.AnyTagClassName
{
color: #AF18C8;
}
</style>
background-color css
<style>
a { background-color: #AF18C8; }
a { background-color: rgb(175,24,200); }
div.DivClassName
{
background-color: #AF18C8;
}
.BgClassName
{
background-color: #AF18C8;
}
</style>
border-color css
<style>
span { border-color: #AF18C8; }
span { border-color: rgb(175,24,200); }
td.TdClassName
{
border-color: #AF18C8;
}
.TagClassName
{
border-color: #AF18C8;
}
</style>