Shades of Dark Orchid #AF2DD8
Tints of Dark Orchid #AF2DD8
RGB
CMYK
RGB Variations
Color information
#AF2DD8 (or 0xAF2DD8) is known color: Dark Orchid. HEX triplet: AF, 2D and D8. RGB value is (175,45,216). Sum of RGB (Red+Green+Blue) = 175+45+216=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 216 (84.77% from 255 or 49.54% from 436); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF2DD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2DD8 is #50D227. Grayscale: #666666. Windows color (decimal): -5296680 or 14167471. OLE color: 14167471.
HSL color Cylindrical-coordinate representation of color #AF2DD8: hue angle of 285.61º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2DD8 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 45 | 216 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.15 |
| HSL | 285.61º | 0.69% | 0.51% | - |
| HSV(B) | 285.61º | 0.79% | 0.85% | - |
| XYZ | 31.01 | 15.95 | 66.41 | - |
| YUV | 103.36 | 191.57 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 216 | 0.19 | 0.79 | 0 | 0.15 | 285.61 | 0.69 | 0.51 |
| Hex | AF | 2D | D8 | 13 | 4F | 0 | F | 11E | 45 | 33 |
| Octal | 257 | 55 | 330 | 23 | 117 | 0 | 17 | 436 | 105 | 63 |
| Binary | 10101111 | 101101 | 11011000 | 10011 | 1001111 | 0 | 1111 | 100011110 | 1000101 | 110011 |
Color Harmonies of #AF2DD8
Complementary color
Monochromatic Colors of #AF2DD8
Black with #AF2DD8
Text Example
Text Example
White with #AF2DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2DD8; }
p { color: rgb(175,45,216); }
H1.HeaderClassName
{
color: #AF2DD8;
}
.AnyTagClassName
{
color: #AF2DD8;
}
</style>
background-color css
<style>
a { background-color: #AF2DD8; }
a { background-color: rgb(175,45,216); }
div.DivClassName
{
background-color: #AF2DD8;
}
.BgClassName
{
background-color: #AF2DD8;
}
</style>
border-color css
<style>
span { border-color: #AF2DD8; }
span { border-color: rgb(175,45,216); }
td.TdClassName
{
border-color: #AF2DD8;
}
.TagClassName
{
border-color: #AF2DD8;
}
</style>