Shades of Dark Orchid #AF1DCF
Tints of Dark Orchid #AF1DCF
RGB
CMYK
RGB Variations
Color information
#AF1DCF (or 0xAF1DCF) is known color: Dark Orchid. HEX triplet: AF, 1D and CF. RGB value is (175,29,207). Sum of RGB (Red+Green+Blue) = 175+29+207=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF1DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1DCF is #50E230. Grayscale: #5C5C5C. Windows color (decimal): -5300785 or 13573551. OLE color: 13573551.
HSL color Cylindrical-coordinate representation of color #AF1DCF: hue angle of 289.21º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1DCF is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 29 | 207 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.19 |
| HSL | 289.21º | 0.75% | 0.46% | - |
| HSV(B) | 289.21º | 0.86% | 0.81% | - |
| XYZ | 29.38 | 14.5 | 60.28 | - |
| YUV | 92.95 | 192.37 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 207 | 0.15 | 0.86 | 0 | 0.19 | 289.21 | 0.75 | 0.46 |
| Hex | AF | 1D | CF | F | 56 | 0 | 13 | 121 | 4B | 2E |
| Octal | 257 | 35 | 317 | 17 | 126 | 0 | 23 | 441 | 113 | 56 |
| Binary | 10101111 | 11101 | 11001111 | 1111 | 1010110 | 0 | 10011 | 100100001 | 1001011 | 101110 |
Color Harmonies of #AF1DCF
Complementary color
Monochromatic Colors of #AF1DCF
Black with #AF1DCF
Text Example
Text Example
White with #AF1DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1DCF; }
p { color: rgb(175,29,207); }
H1.HeaderClassName
{
color: #AF1DCF;
}
.AnyTagClassName
{
color: #AF1DCF;
}
</style>
background-color css
<style>
a { background-color: #AF1DCF; }
a { background-color: rgb(175,29,207); }
div.DivClassName
{
background-color: #AF1DCF;
}
.BgClassName
{
background-color: #AF1DCF;
}
</style>
border-color css
<style>
span { border-color: #AF1DCF; }
span { border-color: rgb(175,29,207); }
td.TdClassName
{
border-color: #AF1DCF;
}
.TagClassName
{
border-color: #AF1DCF;
}
</style>