Shades of Dark Orchid #AF31D6
Tints of Dark Orchid #AF31D6
RGB
CMYK
RGB Variations
Color information
#AF31D6 (or 0xAF31D6) is known color: Dark Orchid. HEX triplet: AF, 31 and D6. RGB value is (175,49,214). Sum of RGB (Red+Green+Blue) = 175+49+214=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF31D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF31D6 is #50CE29. Grayscale: #686868. Windows color (decimal): -5295658 or 14037423. OLE color: 14037423.
HSL color Cylindrical-coordinate representation of color #AF31D6: hue angle of 285.82º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF31D6 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 49 | 214 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.16 |
| HSL | 285.82º | 0.67% | 0.52% | - |
| HSV(B) | 285.82º | 0.77% | 0.84% | - |
| XYZ | 30.92 | 16.17 | 65.11 | - |
| YUV | 105.48 | 189.24 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 214 | 0.18 | 0.77 | 0 | 0.16 | 285.82 | 0.67 | 0.52 |
| Hex | AF | 31 | D6 | 12 | 4D | 0 | 10 | 11E | 43 | 34 |
| Octal | 257 | 61 | 326 | 22 | 115 | 0 | 20 | 436 | 103 | 64 |
| Binary | 10101111 | 110001 | 11010110 | 10010 | 1001101 | 0 | 10000 | 100011110 | 1000011 | 110100 |
Color Harmonies of #AF31D6
Complementary color
Monochromatic Colors of #AF31D6
Black with #AF31D6
Text Example
Text Example
White with #AF31D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF31D6; }
p { color: rgb(175,49,214); }
H1.HeaderClassName
{
color: #AF31D6;
}
.AnyTagClassName
{
color: #AF31D6;
}
</style>
background-color css
<style>
a { background-color: #AF31D6; }
a { background-color: rgb(175,49,214); }
div.DivClassName
{
background-color: #AF31D6;
}
.BgClassName
{
background-color: #AF31D6;
}
</style>
border-color css
<style>
span { border-color: #AF31D6; }
span { border-color: rgb(175,49,214); }
td.TdClassName
{
border-color: #AF31D6;
}
.TagClassName
{
border-color: #AF31D6;
}
</style>