Shades of Dark Orchid #AF19CB
Tints of Dark Orchid #AF19CB
RGB
CMYK
RGB Variations
Color information
#AF19CB (or 0xAF19CB) is known color: Dark Orchid. HEX triplet: AF, 19 and CB. RGB value is (175,25,203). Sum of RGB (Red+Green+Blue) = 175+25+203=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF19CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF19CB is #50E634. Grayscale: #595959. Windows color (decimal): -5301813 or 13310383. OLE color: 13310383.
HSL color Cylindrical-coordinate representation of color #AF19CB: hue angle of 290.56º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF19CB is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 25 | 203 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.20 |
| HSL | 290.56º | 0.78% | 0.45% | - |
| HSV(B) | 290.56º | 0.88% | 0.8% | - |
| XYZ | 28.81 | 14.12 | 57.71 | - |
| YUV | 90.14 | 191.7 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 203 | 0.14 | 0.88 | 0 | 0.20 | 290.56 | 0.78 | 0.45 |
| Hex | AF | 19 | CB | E | 58 | 0 | 14 | 123 | 4E | 2D |
| Octal | 257 | 31 | 313 | 16 | 130 | 0 | 24 | 443 | 116 | 55 |
| Binary | 10101111 | 11001 | 11001011 | 1110 | 1011000 | 0 | 10100 | 100100011 | 1001110 | 101101 |
Color Harmonies of #AF19CB
Complementary color
Monochromatic Colors of #AF19CB
Black with #AF19CB
Text Example
Text Example
White with #AF19CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF19CB; }
p { color: rgb(175,25,203); }
H1.HeaderClassName
{
color: #AF19CB;
}
.AnyTagClassName
{
color: #AF19CB;
}
</style>
background-color css
<style>
a { background-color: #AF19CB; }
a { background-color: rgb(175,25,203); }
div.DivClassName
{
background-color: #AF19CB;
}
.BgClassName
{
background-color: #AF19CB;
}
</style>
border-color css
<style>
span { border-color: #AF19CB; }
span { border-color: rgb(175,25,203); }
td.TdClassName
{
border-color: #AF19CB;
}
.TagClassName
{
border-color: #AF19CB;
}
</style>