Shades of Dark Orchid #AF1CBB
Tints of Dark Orchid #AF1CBB
RGB
CMYK
RGB Variations
Color information
#AF1CBB (or 0xAF1CBB) is known color: Dark Orchid. HEX triplet: AF, 1C and BB. RGB value is (175,28,187). Sum of RGB (Red+Green+Blue) = 175+28+187=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF1CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1CBB is #50E344. Grayscale: #595959. Windows color (decimal): -5301061 or 12262575. OLE color: 12262575.
HSL color Cylindrical-coordinate representation of color #AF1CBB: hue angle of 295.47º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1CBB is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 28 | 187 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.27 |
| HSL | 295.47º | 0.74% | 0.42% | - |
| HSV(B) | 295.47º | 0.85% | 0.73% | - |
| XYZ | 27.06 | 13.53 | 48.2 | - |
| YUV | 90.08 | 182.7 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 28 | 187 | 0.06 | 0.85 | 0 | 0.27 | 295.47 | 0.74 | 0.42 |
| Hex | AF | 1C | BB | 6 | 55 | 0 | 1B | 127 | 4A | 2A |
| Octal | 257 | 34 | 273 | 6 | 125 | 0 | 33 | 447 | 112 | 52 |
| Binary | 10101111 | 11100 | 10111011 | 110 | 1010101 | 0 | 11011 | 100100111 | 1001010 | 101010 |
Color Harmonies of #AF1CBB
Complementary color
Monochromatic Colors of #AF1CBB
Black with #AF1CBB
Text Example
Text Example
White with #AF1CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1CBB; }
p { color: rgb(175,28,187); }
H1.HeaderClassName
{
color: #AF1CBB;
}
.AnyTagClassName
{
color: #AF1CBB;
}
</style>
background-color css
<style>
a { background-color: #AF1CBB; }
a { background-color: rgb(175,28,187); }
div.DivClassName
{
background-color: #AF1CBB;
}
.BgClassName
{
background-color: #AF1CBB;
}
</style>
border-color css
<style>
span { border-color: #AF1CBB; }
span { border-color: rgb(175,28,187); }
td.TdClassName
{
border-color: #AF1CBB;
}
.TagClassName
{
border-color: #AF1CBB;
}
</style>