Shades of Dark Orchid #AF1BCB
Tints of Dark Orchid #AF1BCB
RGB
CMYK
RGB Variations
Color information
#AF1BCB (or 0xAF1BCB) is known color: Dark Orchid. HEX triplet: AF, 1B and CB. RGB value is (175,27,203). Sum of RGB (Red+Green+Blue) = 175+27+203=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 27 (10.94% from 255 or 6.67% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF1BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1BCB is #50E434. Grayscale: #5A5A5A. Windows color (decimal): -5301301 or 13310895. OLE color: 13310895.
HSL color Cylindrical-coordinate representation of color #AF1BCB: hue angle of 290.45º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1BCB is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 27 | 203 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.20 |
| HSL | 290.45º | 0.77% | 0.45% | - |
| HSV(B) | 290.45º | 0.87% | 0.8% | - |
| XYZ | 28.85 | 14.21 | 57.72 | - |
| YUV | 91.32 | 191.03 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 27 | 203 | 0.14 | 0.87 | 0 | 0.20 | 290.45 | 0.77 | 0.45 |
| Hex | AF | 1B | CB | E | 57 | 0 | 14 | 122 | 4D | 2D |
| Octal | 257 | 33 | 313 | 16 | 127 | 0 | 24 | 442 | 115 | 55 |
| Binary | 10101111 | 11011 | 11001011 | 1110 | 1010111 | 0 | 10100 | 100100010 | 1001101 | 101101 |
Color Harmonies of #AF1BCB
Complementary color
Monochromatic Colors of #AF1BCB
Black with #AF1BCB
Text Example
Text Example
White with #AF1BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1BCB; }
p { color: rgb(175,27,203); }
H1.HeaderClassName
{
color: #AF1BCB;
}
.AnyTagClassName
{
color: #AF1BCB;
}
</style>
background-color css
<style>
a { background-color: #AF1BCB; }
a { background-color: rgb(175,27,203); }
div.DivClassName
{
background-color: #AF1BCB;
}
.BgClassName
{
background-color: #AF1BCB;
}
</style>
border-color css
<style>
span { border-color: #AF1BCB; }
span { border-color: rgb(175,27,203); }
td.TdClassName
{
border-color: #AF1BCB;
}
.TagClassName
{
border-color: #AF1BCB;
}
</style>