Shades of Dark Orchid #AF19D4
Tints of Dark Orchid #AF19D4
RGB
CMYK
RGB Variations
Color information
#AF19D4 (or 0xAF19D4) is known color: Dark Orchid. HEX triplet: AF, 19 and D4. RGB value is (175,25,212). Sum of RGB (Red+Green+Blue) = 175+25+212=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 212 (83.20% from 255 or 51.46% from 412); Max value from RGB is 212 - color contains mainly: blue. Hex color #AF19D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF19D4 is #50E62B. Grayscale: #5A5A5A. Windows color (decimal): -5301804 or 13900207. OLE color: 13900207.
HSL color Cylindrical-coordinate representation of color #AF19D4: hue angle of 288.13º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF19D4 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 25 | 212 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.17 |
| HSL | 288.13º | 0.79% | 0.46% | - |
| HSV(B) | 288.13º | 0.88% | 0.83% | - |
| XYZ | 29.91 | 14.56 | 63.52 | - |
| YUV | 91.17 | 196.2 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 212 | 0.17 | 0.88 | 0 | 0.17 | 288.13 | 0.79 | 0.46 |
| Hex | AF | 19 | D4 | 11 | 58 | 0 | 11 | 120 | 4F | 2E |
| Octal | 257 | 31 | 324 | 21 | 130 | 0 | 21 | 440 | 117 | 56 |
| Binary | 10101111 | 11001 | 11010100 | 10001 | 1011000 | 0 | 10001 | 100100000 | 1001111 | 101110 |
Color Harmonies of #AF19D4
Complementary color
Monochromatic Colors of #AF19D4
Black with #AF19D4
Text Example
Text Example
White with #AF19D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF19D4; }
p { color: rgb(175,25,212); }
H1.HeaderClassName
{
color: #AF19D4;
}
.AnyTagClassName
{
color: #AF19D4;
}
</style>
background-color css
<style>
a { background-color: #AF19D4; }
a { background-color: rgb(175,25,212); }
div.DivClassName
{
background-color: #AF19D4;
}
.BgClassName
{
background-color: #AF19D4;
}
</style>
border-color css
<style>
span { border-color: #AF19D4; }
span { border-color: rgb(175,25,212); }
td.TdClassName
{
border-color: #AF19D4;
}
.TagClassName
{
border-color: #AF19D4;
}
</style>