Shades of Dark Orchid #AF19D0
Tints of Dark Orchid #AF19D0
RGB
CMYK
RGB Variations
Color information
#AF19D0 (or 0xAF19D0) is known color: Dark Orchid. HEX triplet: AF, 19 and D0. RGB value is (175,25,208). Sum of RGB (Red+Green+Blue) = 175+25+208=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 208 (81.64% from 255 or 50.98% from 408); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF19D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF19D0 is #50E62F. Grayscale: #5A5A5A. Windows color (decimal): -5301808 or 13638063. OLE color: 13638063.
HSL color Cylindrical-coordinate representation of color #AF19D0: hue angle of 289.18º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF19D0 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 25 | 208 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.18 |
| HSL | 289.18º | 0.79% | 0.46% | - |
| HSV(B) | 289.18º | 0.88% | 0.82% | - |
| XYZ | 29.41 | 14.36 | 60.9 | - |
| YUV | 90.71 | 194.2 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 208 | 0.16 | 0.88 | 0 | 0.18 | 289.18 | 0.79 | 0.46 |
| Hex | AF | 19 | D0 | 10 | 58 | 0 | 12 | 121 | 4F | 2E |
| Octal | 257 | 31 | 320 | 20 | 130 | 0 | 22 | 441 | 117 | 56 |
| Binary | 10101111 | 11001 | 11010000 | 10000 | 1011000 | 0 | 10010 | 100100001 | 1001111 | 101110 |
Color Harmonies of #AF19D0
Complementary color
Monochromatic Colors of #AF19D0
Black with #AF19D0
Text Example
Text Example
White with #AF19D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF19D0; }
p { color: rgb(175,25,208); }
H1.HeaderClassName
{
color: #AF19D0;
}
.AnyTagClassName
{
color: #AF19D0;
}
</style>
background-color css
<style>
a { background-color: #AF19D0; }
a { background-color: rgb(175,25,208); }
div.DivClassName
{
background-color: #AF19D0;
}
.BgClassName
{
background-color: #AF19D0;
}
</style>
border-color css
<style>
span { border-color: #AF19D0; }
span { border-color: rgb(175,25,208); }
td.TdClassName
{
border-color: #AF19D0;
}
.TagClassName
{
border-color: #AF19D0;
}
</style>