Shades of Dark Orchid #AF2CB9
Tints of Dark Orchid #AF2CB9
RGB
CMYK
RGB Variations
Color information
#AF2CB9 (or 0xAF2CB9) is known color: Dark Orchid. HEX triplet: AF, 2C and B9. RGB value is (175,44,185). Sum of RGB (Red+Green+Blue) = 175+44+185=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 185 (72.66% from 255 or 45.79% from 404); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF2CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2CB9 is #50D346. Grayscale: #626262. Windows color (decimal): -5296967 or 12135599. OLE color: 12135599.
HSL color Cylindrical-coordinate representation of color #AF2CB9: hue angle of 295.74º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF2CB9 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 44 | 185 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.27 |
| HSL | 295.74º | 0.62% | 0.45% | - |
| HSV(B) | 295.74º | 0.76% | 0.73% | - |
| XYZ | 27.34 | 14.42 | 47.24 | - |
| YUV | 99.24 | 176.4 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 44 | 185 | 0.05 | 0.76 | 0 | 0.27 | 295.74 | 0.62 | 0.45 |
| Hex | AF | 2C | B9 | 5 | 4C | 0 | 1B | 128 | 3E | 2D |
| Octal | 257 | 54 | 271 | 5 | 114 | 0 | 33 | 450 | 76 | 55 |
| Binary | 10101111 | 101100 | 10111001 | 101 | 1001100 | 0 | 11011 | 100101000 | 111110 | 101101 |
Color Harmonies of #AF2CB9
Complementary color
Monochromatic Colors of #AF2CB9
Black with #AF2CB9
Text Example
Text Example
White with #AF2CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2CB9; }
p { color: rgb(175,44,185); }
H1.HeaderClassName
{
color: #AF2CB9;
}
.AnyTagClassName
{
color: #AF2CB9;
}
</style>
background-color css
<style>
a { background-color: #AF2CB9; }
a { background-color: rgb(175,44,185); }
div.DivClassName
{
background-color: #AF2CB9;
}
.BgClassName
{
background-color: #AF2CB9;
}
</style>
border-color css
<style>
span { border-color: #AF2CB9; }
span { border-color: rgb(175,44,185); }
td.TdClassName
{
border-color: #AF2CB9;
}
.TagClassName
{
border-color: #AF2CB9;
}
</style>