Shades of Dark Orchid #AF31CF
Tints of Dark Orchid #AF31CF
RGB
CMYK
RGB Variations
Color information
#AF31CF (or 0xAF31CF) is known color: Dark Orchid. HEX triplet: AF, 31 and CF. RGB value is (175,49,207). Sum of RGB (Red+Green+Blue) = 175+49+207=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF31CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF31CF is #50CE30. Grayscale: #686868. Windows color (decimal): -5295665 or 13578671. OLE color: 13578671.
HSL color Cylindrical-coordinate representation of color #AF31CF: hue angle of 287.85º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF31CF is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 49 | 207 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.19 |
| HSL | 287.85º | 0.62% | 0.5% | - |
| HSV(B) | 287.85º | 0.76% | 0.81% | - |
| XYZ | 30.04 | 15.82 | 60.5 | - |
| YUV | 104.69 | 185.74 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 207 | 0.15 | 0.76 | 0 | 0.19 | 287.85 | 0.62 | 0.5 |
| Hex | AF | 31 | CF | F | 4C | 0 | 13 | 120 | 3E | 32 |
| Octal | 257 | 61 | 317 | 17 | 114 | 0 | 23 | 440 | 76 | 62 |
| Binary | 10101111 | 110001 | 11001111 | 1111 | 1001100 | 0 | 10011 | 100100000 | 111110 | 110010 |
Color Harmonies of #AF31CF
Complementary color
Monochromatic Colors of #AF31CF
Black with #AF31CF
Text Example
Text Example
White with #AF31CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF31CF; }
p { color: rgb(175,49,207); }
H1.HeaderClassName
{
color: #AF31CF;
}
.AnyTagClassName
{
color: #AF31CF;
}
</style>
background-color css
<style>
a { background-color: #AF31CF; }
a { background-color: rgb(175,49,207); }
div.DivClassName
{
background-color: #AF31CF;
}
.BgClassName
{
background-color: #AF31CF;
}
</style>
border-color css
<style>
span { border-color: #AF31CF; }
span { border-color: rgb(175,49,207); }
td.TdClassName
{
border-color: #AF31CF;
}
.TagClassName
{
border-color: #AF31CF;
}
</style>