Shades of Dark Orchid #AF18CC
Tints of Dark Orchid #AF18CC
RGB
CMYK
RGB Variations
Color information
#AF18CC (or 0xAF18CC) is known color: Dark Orchid. HEX triplet: AF, 18 and CC. RGB value is (175,24,204). Sum of RGB (Red+Green+Blue) = 175+24+204=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF18CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF18CC is #50E733. Grayscale: #595959. Windows color (decimal): -5302068 or 13375663. OLE color: 13375663.
HSL color Cylindrical-coordinate representation of color #AF18CC: hue angle of 290.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF18CC is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 24 | 204 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.2 |
| HSL | 290.33º | 0.79% | 0.45% | - |
| HSV(B) | 290.33º | 0.88% | 0.8% | - |
| XYZ | 28.9 | 14.13 | 58.33 | - |
| YUV | 89.67 | 192.53 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 204 | 0.14 | 0.88 | 0 | 0.2 | 290.33 | 0.79 | 0.45 |
| Hex | AF | 18 | CC | E | 58 | 0 | 14 | 122 | 4F | 2D |
| Octal | 257 | 30 | 314 | 16 | 130 | 0 | 24 | 442 | 117 | 55 |
| Binary | 10101111 | 11000 | 11001100 | 1110 | 1011000 | 0 | 10100 | 100100010 | 1001111 | 101101 |
Color Harmonies of #AF18CC
Complementary color
Monochromatic Colors of #AF18CC
Black with #AF18CC
Text Example
Text Example
White with #AF18CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF18CC; }
p { color: rgb(175,24,204); }
H1.HeaderClassName
{
color: #AF18CC;
}
.AnyTagClassName
{
color: #AF18CC;
}
</style>
background-color css
<style>
a { background-color: #AF18CC; }
a { background-color: rgb(175,24,204); }
div.DivClassName
{
background-color: #AF18CC;
}
.BgClassName
{
background-color: #AF18CC;
}
</style>
border-color css
<style>
span { border-color: #AF18CC; }
span { border-color: rgb(175,24,204); }
td.TdClassName
{
border-color: #AF18CC;
}
.TagClassName
{
border-color: #AF18CC;
}
</style>