Shades of Dark Orchid #AF39D1
Tints of Dark Orchid #AF39D1
RGB
CMYK
RGB Variations
Color information
#AF39D1 (or 0xAF39D1) is known color: Dark Orchid. HEX triplet: AF, 39 and D1. RGB value is (175,57,209). Sum of RGB (Red+Green+Blue) = 175+57+209=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 57 (22.66% from 255 or 12.93% from 441); Blue value is 209 (82.03% from 255 or 47.39% from 441); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF39D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF39D1 is #50C62E. Grayscale: #6D6D6D. Windows color (decimal): -5293615 or 13711791. OLE color: 13711791.
HSL color Cylindrical-coordinate representation of color #AF39D1: hue angle of 286.58º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF39D1 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 57 | 209 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.18 |
| HSL | 286.58º | 0.62% | 0.52% | - |
| HSV(B) | 286.58º | 0.73% | 0.82% | - |
| XYZ | 30.65 | 16.64 | 61.92 | - |
| YUV | 109.61 | 184.09 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 209 | 0.16 | 0.73 | 0 | 0.18 | 286.58 | 0.62 | 0.52 |
| Hex | AF | 39 | D1 | 10 | 49 | 0 | 12 | 11F | 3E | 34 |
| Octal | 257 | 71 | 321 | 20 | 111 | 0 | 22 | 437 | 76 | 64 |
| Binary | 10101111 | 111001 | 11010001 | 10000 | 1001001 | 0 | 10010 | 100011111 | 111110 | 110100 |
Color Harmonies of #AF39D1
Complementary color
Monochromatic Colors of #AF39D1
Black with #AF39D1
Text Example
Text Example
White with #AF39D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF39D1; }
p { color: rgb(175,57,209); }
H1.HeaderClassName
{
color: #AF39D1;
}
.AnyTagClassName
{
color: #AF39D1;
}
</style>
background-color css
<style>
a { background-color: #AF39D1; }
a { background-color: rgb(175,57,209); }
div.DivClassName
{
background-color: #AF39D1;
}
.BgClassName
{
background-color: #AF39D1;
}
</style>
border-color css
<style>
span { border-color: #AF39D1; }
span { border-color: rgb(175,57,209); }
td.TdClassName
{
border-color: #AF39D1;
}
.TagClassName
{
border-color: #AF39D1;
}
</style>