Shades of Dark Orchid #AF19CA
Tints of Dark Orchid #AF19CA
RGB
CMYK
RGB Variations
Color information
#AF19CA (or 0xAF19CA) is known color: Dark Orchid. HEX triplet: AF, 19 and CA. RGB value is (175,25,202). Sum of RGB (Red+Green+Blue) = 175+25+202=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF19CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF19CA is #50E635. Grayscale: #595959. Windows color (decimal): -5301814 or 13244847. OLE color: 13244847.
HSL color Cylindrical-coordinate representation of color #AF19CA: hue angle of 290.85º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF19CA is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 25 | 202 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.21 |
| HSL | 290.85º | 0.78% | 0.45% | - |
| HSV(B) | 290.85º | 0.88% | 0.79% | - |
| XYZ | 28.69 | 14.07 | 57.08 | - |
| YUV | 90.03 | 191.2 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 202 | 0.13 | 0.88 | 0 | 0.21 | 290.85 | 0.78 | 0.45 |
| Hex | AF | 19 | CA | D | 58 | 0 | 15 | 123 | 4E | 2D |
| Octal | 257 | 31 | 312 | 15 | 130 | 0 | 25 | 443 | 116 | 55 |
| Binary | 10101111 | 11001 | 11001010 | 1101 | 1011000 | 0 | 10101 | 100100011 | 1001110 | 101101 |
Color Harmonies of #AF19CA
Complementary color
Monochromatic Colors of #AF19CA
Black with #AF19CA
Text Example
Text Example
White with #AF19CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF19CA; }
p { color: rgb(175,25,202); }
H1.HeaderClassName
{
color: #AF19CA;
}
.AnyTagClassName
{
color: #AF19CA;
}
</style>
background-color css
<style>
a { background-color: #AF19CA; }
a { background-color: rgb(175,25,202); }
div.DivClassName
{
background-color: #AF19CA;
}
.BgClassName
{
background-color: #AF19CA;
}
</style>
border-color css
<style>
span { border-color: #AF19CA; }
span { border-color: rgb(175,25,202); }
td.TdClassName
{
border-color: #AF19CA;
}
.TagClassName
{
border-color: #AF19CA;
}
</style>