Shades of Dark Orchid #AF33D9
Tints of Dark Orchid #AF33D9
RGB
CMYK
RGB Variations
Color information
#AF33D9 (or 0xAF33D9) is known color: Dark Orchid. HEX triplet: AF, 33 and D9. RGB value is (175,51,217). Sum of RGB (Red+Green+Blue) = 175+51+217=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 217 (85.16% from 255 or 48.98% from 443); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF33D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF33D9 is #50CC26. Grayscale: #6A6A6A. Windows color (decimal): -5295143 or 14234543. OLE color: 14234543.
HSL color Cylindrical-coordinate representation of color #AF33D9: hue angle of 284.82º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF33D9 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 51 | 217 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.15 |
| HSL | 284.82º | 0.69% | 0.53% | - |
| HSV(B) | 284.82º | 0.76% | 0.85% | - |
| XYZ | 31.39 | 16.49 | 67.17 | - |
| YUV | 107 | 190.08 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 217 | 0.19 | 0.76 | 0 | 0.15 | 284.82 | 0.69 | 0.53 |
| Hex | AF | 33 | D9 | 13 | 4C | 0 | F | 11D | 45 | 35 |
| Octal | 257 | 63 | 331 | 23 | 114 | 0 | 17 | 435 | 105 | 65 |
| Binary | 10101111 | 110011 | 11011001 | 10011 | 1001100 | 0 | 1111 | 100011101 | 1000101 | 110101 |
Color Harmonies of #AF33D9
Complementary color
Monochromatic Colors of #AF33D9
Black with #AF33D9
Text Example
Text Example
White with #AF33D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF33D9; }
p { color: rgb(175,51,217); }
H1.HeaderClassName
{
color: #AF33D9;
}
.AnyTagClassName
{
color: #AF33D9;
}
</style>
background-color css
<style>
a { background-color: #AF33D9; }
a { background-color: rgb(175,51,217); }
div.DivClassName
{
background-color: #AF33D9;
}
.BgClassName
{
background-color: #AF33D9;
}
</style>
border-color css
<style>
span { border-color: #AF33D9; }
span { border-color: rgb(175,51,217); }
td.TdClassName
{
border-color: #AF33D9;
}
.TagClassName
{
border-color: #AF33D9;
}
</style>