Shades of Dark Orchid #AF1CBC
Tints of Dark Orchid #AF1CBC
RGB
CMYK
RGB Variations
Color information
#AF1CBC (or 0xAF1CBC) is known color: Dark Orchid. HEX triplet: AF, 1C and BC. RGB value is (175,28,188). Sum of RGB (Red+Green+Blue) = 175+28+188=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 28 (11.33% from 255 or 7.16% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF1CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1CBC is #50E343. Grayscale: #595959. Windows color (decimal): -5301060 or 12328111. OLE color: 12328111.
HSL color Cylindrical-coordinate representation of color #AF1CBC: hue angle of 295.12º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1CBC is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 28 | 188 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.26 |
| HSL | 295.13º | 0.74% | 0.42% | - |
| HSV(B) | 295.13º | 0.85% | 0.74% | - |
| XYZ | 27.17 | 13.58 | 48.77 | - |
| YUV | 90.19 | 183.2 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 28 | 188 | 0.07 | 0.85 | 0 | 0.26 | 295.13 | 0.74 | 0.42 |
| Hex | AF | 1C | BC | 7 | 55 | 0 | 1A | 127 | 4A | 2A |
| Octal | 257 | 34 | 274 | 7 | 125 | 0 | 32 | 447 | 112 | 52 |
| Binary | 10101111 | 11100 | 10111100 | 111 | 1010101 | 0 | 11010 | 100100111 | 1001010 | 101010 |
Color Harmonies of #AF1CBC
Complementary color
Monochromatic Colors of #AF1CBC
Black with #AF1CBC
Text Example
Text Example
White with #AF1CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1CBC; }
p { color: rgb(175,28,188); }
H1.HeaderClassName
{
color: #AF1CBC;
}
.AnyTagClassName
{
color: #AF1CBC;
}
</style>
background-color css
<style>
a { background-color: #AF1CBC; }
a { background-color: rgb(175,28,188); }
div.DivClassName
{
background-color: #AF1CBC;
}
.BgClassName
{
background-color: #AF1CBC;
}
</style>
border-color css
<style>
span { border-color: #AF1CBC; }
span { border-color: rgb(175,28,188); }
td.TdClassName
{
border-color: #AF1CBC;
}
.TagClassName
{
border-color: #AF1CBC;
}
</style>