Shades of Dark Orchid #AF39D6
Tints of Dark Orchid #AF39D6
RGB
CMYK
RGB Variations
Color information
#AF39D6 (or 0xAF39D6) is known color: Dark Orchid. HEX triplet: AF, 39 and D6. RGB value is (175,57,214). Sum of RGB (Red+Green+Blue) = 175+57+214=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 57 (22.66% from 255 or 12.78% from 446); Blue value is 214 (83.98% from 255 or 47.98% from 446); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF39D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF39D6 is #50C629. Grayscale: #6D6D6D. Windows color (decimal): -5293610 or 14039471. OLE color: 14039471.
HSL color Cylindrical-coordinate representation of color #AF39D6: hue angle of 285.1º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF39D6 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 57 | 214 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.16 |
| HSL | 285.1º | 0.66% | 0.53% | - |
| HSV(B) | 285.1º | 0.73% | 0.84% | - |
| XYZ | 31.28 | 16.9 | 65.23 | - |
| YUV | 110.18 | 186.59 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 214 | 0.18 | 0.73 | 0 | 0.16 | 285.1 | 0.66 | 0.53 |
| Hex | AF | 39 | D6 | 12 | 49 | 0 | 10 | 11D | 42 | 35 |
| Octal | 257 | 71 | 326 | 22 | 111 | 0 | 20 | 435 | 102 | 65 |
| Binary | 10101111 | 111001 | 11010110 | 10010 | 1001001 | 0 | 10000 | 100011101 | 1000010 | 110101 |
Color Harmonies of #AF39D6
Complementary color
Monochromatic Colors of #AF39D6
Black with #AF39D6
Text Example
Text Example
White with #AF39D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF39D6; }
p { color: rgb(175,57,214); }
H1.HeaderClassName
{
color: #AF39D6;
}
.AnyTagClassName
{
color: #AF39D6;
}
</style>
background-color css
<style>
a { background-color: #AF39D6; }
a { background-color: rgb(175,57,214); }
div.DivClassName
{
background-color: #AF39D6;
}
.BgClassName
{
background-color: #AF39D6;
}
</style>
border-color css
<style>
span { border-color: #AF39D6; }
span { border-color: rgb(175,57,214); }
td.TdClassName
{
border-color: #AF39D6;
}
.TagClassName
{
border-color: #AF39D6;
}
</style>