Shades of Dark Orchid #AF38D9
Tints of Dark Orchid #AF38D9
RGB
CMYK
RGB Variations
Color information
#AF38D9 (or 0xAF38D9) is known color: Dark Orchid. HEX triplet: AF, 38 and D9. RGB value is (175,56,217). Sum of RGB (Red+Green+Blue) = 175+56+217=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 217 (85.16% from 255 or 48.44% from 448); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF38D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF38D9 is #50C726. Grayscale: #6D6D6D. Windows color (decimal): -5293863 or 14235823. OLE color: 14235823.
HSL color Cylindrical-coordinate representation of color #AF38D9: hue angle of 284.35º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF38D9 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 56 | 217 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.15 |
| HSL | 284.35º | 0.68% | 0.54% | - |
| HSV(B) | 284.35º | 0.74% | 0.85% | - |
| XYZ | 31.62 | 16.95 | 67.25 | - |
| YUV | 109.94 | 188.42 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 217 | 0.19 | 0.74 | 0 | 0.15 | 284.35 | 0.68 | 0.54 |
| Hex | AF | 38 | D9 | 13 | 4A | 0 | F | 11C | 44 | 36 |
| Octal | 257 | 70 | 331 | 23 | 112 | 0 | 17 | 434 | 104 | 66 |
| Binary | 10101111 | 111000 | 11011001 | 10011 | 1001010 | 0 | 1111 | 100011100 | 1000100 | 110110 |
Color Harmonies of #AF38D9
Complementary color
Monochromatic Colors of #AF38D9
Black with #AF38D9
Text Example
Text Example
White with #AF38D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF38D9; }
p { color: rgb(175,56,217); }
H1.HeaderClassName
{
color: #AF38D9;
}
.AnyTagClassName
{
color: #AF38D9;
}
</style>
background-color css
<style>
a { background-color: #AF38D9; }
a { background-color: rgb(175,56,217); }
div.DivClassName
{
background-color: #AF38D9;
}
.BgClassName
{
background-color: #AF38D9;
}
</style>
border-color css
<style>
span { border-color: #AF38D9; }
span { border-color: rgb(175,56,217); }
td.TdClassName
{
border-color: #AF38D9;
}
.TagClassName
{
border-color: #AF38D9;
}
</style>