Shades of Dark Orchid #AF1BBB
Tints of Dark Orchid #AF1BBB
RGB
CMYK
RGB Variations
Color information
#AF1BBB (or 0xAF1BBB) is known color: Dark Orchid. HEX triplet: AF, 1B and BB. RGB value is (175,27,187). Sum of RGB (Red+Green+Blue) = 175+27+187=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF1BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1BBB is #50E444. Grayscale: #595959. Windows color (decimal): -5301317 or 12262319. OLE color: 12262319.
HSL color Cylindrical-coordinate representation of color #AF1BBB: hue angle of 295.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1BBB is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 27 | 187 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.27 |
| HSL | 295.5º | 0.75% | 0.42% | - |
| HSV(B) | 295.5º | 0.86% | 0.73% | - |
| XYZ | 27.04 | 13.49 | 48.19 | - |
| YUV | 89.49 | 183.03 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 27 | 187 | 0.06 | 0.86 | 0 | 0.27 | 295.5 | 0.75 | 0.42 |
| Hex | AF | 1B | BB | 6 | 56 | 0 | 1B | 128 | 4B | 2A |
| Octal | 257 | 33 | 273 | 6 | 126 | 0 | 33 | 450 | 113 | 52 |
| Binary | 10101111 | 11011 | 10111011 | 110 | 1010110 | 0 | 11011 | 100101000 | 1001011 | 101010 |
Color Harmonies of #AF1BBB
Complementary color
Monochromatic Colors of #AF1BBB
Black with #AF1BBB
Text Example
Text Example
White with #AF1BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1BBB; }
p { color: rgb(175,27,187); }
H1.HeaderClassName
{
color: #AF1BBB;
}
.AnyTagClassName
{
color: #AF1BBB;
}
</style>
background-color css
<style>
a { background-color: #AF1BBB; }
a { background-color: rgb(175,27,187); }
div.DivClassName
{
background-color: #AF1BBB;
}
.BgClassName
{
background-color: #AF1BBB;
}
</style>
border-color css
<style>
span { border-color: #AF1BBB; }
span { border-color: rgb(175,27,187); }
td.TdClassName
{
border-color: #AF1BBB;
}
.TagClassName
{
border-color: #AF1BBB;
}
</style>