Shades of Dark Orchid #AF1DBC
Tints of Dark Orchid #AF1DBC
RGB
CMYK
RGB Variations
Color information
#AF1DBC (or 0xAF1DBC) is known color: Dark Orchid. HEX triplet: AF, 1D and BC. RGB value is (175,29,188). Sum of RGB (Red+Green+Blue) = 175+29+188=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF1DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1DBC is #50E243. Grayscale: #5A5A5A. Windows color (decimal): -5300804 or 12328367. OLE color: 12328367.
HSL color Cylindrical-coordinate representation of color #AF1DBC: hue angle of 295.09º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1DBC is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 29 | 188 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.26 |
| HSL | 295.09º | 0.73% | 0.43% | - |
| HSV(B) | 295.09º | 0.85% | 0.74% | - |
| XYZ | 27.2 | 13.62 | 48.77 | - |
| YUV | 90.78 | 182.87 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 188 | 0.07 | 0.85 | 0 | 0.26 | 295.09 | 0.73 | 0.43 |
| Hex | AF | 1D | BC | 7 | 55 | 0 | 1A | 127 | 49 | 2B |
| Octal | 257 | 35 | 274 | 7 | 125 | 0 | 32 | 447 | 111 | 53 |
| Binary | 10101111 | 11101 | 10111100 | 111 | 1010101 | 0 | 11010 | 100100111 | 1001001 | 101011 |
Color Harmonies of #AF1DBC
Complementary color
Monochromatic Colors of #AF1DBC
Black with #AF1DBC
Text Example
Text Example
White with #AF1DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1DBC; }
p { color: rgb(175,29,188); }
H1.HeaderClassName
{
color: #AF1DBC;
}
.AnyTagClassName
{
color: #AF1DBC;
}
</style>
background-color css
<style>
a { background-color: #AF1DBC; }
a { background-color: rgb(175,29,188); }
div.DivClassName
{
background-color: #AF1DBC;
}
.BgClassName
{
background-color: #AF1DBC;
}
</style>
border-color css
<style>
span { border-color: #AF1DBC; }
span { border-color: rgb(175,29,188); }
td.TdClassName
{
border-color: #AF1DBC;
}
.TagClassName
{
border-color: #AF1DBC;
}
</style>