Shades of Dark Orchid #AF2DDF
Tints of Dark Orchid #AF2DDF
RGB
CMYK
RGB Variations
Color information
#AF2DDF (or 0xAF2DDF) is known color: Dark Orchid. HEX triplet: AF, 2D and DF. RGB value is (175,45,223). Sum of RGB (Red+Green+Blue) = 175+45+223=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF2DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2DDF is #50D220. Grayscale: #676767. Windows color (decimal): -5296673 or 14626223. OLE color: 14626223.
HSL color Cylindrical-coordinate representation of color #AF2DDF: hue angle of 283.82º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2DDF is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 45 | 223 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.13 |
| HSL | 283.82º | 0.74% | 0.53% | - |
| HSV(B) | 283.82º | 0.8% | 0.87% | - |
| XYZ | 31.94 | 16.32 | 71.28 | - |
| YUV | 104.16 | 195.07 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 223 | 0.22 | 0.80 | 0 | 0.13 | 283.82 | 0.74 | 0.53 |
| Hex | AF | 2D | DF | 16 | 50 | 0 | D | 11C | 4A | 35 |
| Octal | 257 | 55 | 337 | 26 | 120 | 0 | 15 | 434 | 112 | 65 |
| Binary | 10101111 | 101101 | 11011111 | 10110 | 1010000 | 0 | 1101 | 100011100 | 1001010 | 110101 |
Color Harmonies of #AF2DDF
Complementary color
Monochromatic Colors of #AF2DDF
Black with #AF2DDF
Text Example
Text Example
White with #AF2DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2DDF; }
p { color: rgb(175,45,223); }
H1.HeaderClassName
{
color: #AF2DDF;
}
.AnyTagClassName
{
color: #AF2DDF;
}
</style>
background-color css
<style>
a { background-color: #AF2DDF; }
a { background-color: rgb(175,45,223); }
div.DivClassName
{
background-color: #AF2DDF;
}
.BgClassName
{
background-color: #AF2DDF;
}
</style>
border-color css
<style>
span { border-color: #AF2DDF; }
span { border-color: rgb(175,45,223); }
td.TdClassName
{
border-color: #AF2DDF;
}
.TagClassName
{
border-color: #AF2DDF;
}
</style>