Shades of Dark Orchid #AF2DDE
Tints of Dark Orchid #AF2DDE
RGB
CMYK
RGB Variations
Color information
#AF2DDE (or 0xAF2DDE) is known color: Dark Orchid. HEX triplet: AF, 2D and DE. RGB value is (175,45,222). Sum of RGB (Red+Green+Blue) = 175+45+222=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF2DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2DDE is #50D221. Grayscale: #676767. Windows color (decimal): -5296674 or 14560687. OLE color: 14560687.
HSL color Cylindrical-coordinate representation of color #AF2DDE: hue angle of 284.07º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2DDE is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 45 | 222 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.13 |
| HSL | 284.07º | 0.73% | 0.52% | - |
| HSV(B) | 284.07º | 0.8% | 0.87% | - |
| XYZ | 31.8 | 16.26 | 70.57 | - |
| YUV | 104.05 | 194.57 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 222 | 0.21 | 0.80 | 0 | 0.13 | 284.07 | 0.73 | 0.52 |
| Hex | AF | 2D | DE | 15 | 50 | 0 | D | 11C | 49 | 34 |
| Octal | 257 | 55 | 336 | 25 | 120 | 0 | 15 | 434 | 111 | 64 |
| Binary | 10101111 | 101101 | 11011110 | 10101 | 1010000 | 0 | 1101 | 100011100 | 1001001 | 110100 |
Color Harmonies of #AF2DDE
Complementary color
Monochromatic Colors of #AF2DDE
Black with #AF2DDE
Text Example
Text Example
White with #AF2DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2DDE; }
p { color: rgb(175,45,222); }
H1.HeaderClassName
{
color: #AF2DDE;
}
.AnyTagClassName
{
color: #AF2DDE;
}
</style>
background-color css
<style>
a { background-color: #AF2DDE; }
a { background-color: rgb(175,45,222); }
div.DivClassName
{
background-color: #AF2DDE;
}
.BgClassName
{
background-color: #AF2DDE;
}
</style>
border-color css
<style>
span { border-color: #AF2DDE; }
span { border-color: rgb(175,45,222); }
td.TdClassName
{
border-color: #AF2DDE;
}
.TagClassName
{
border-color: #AF2DDE;
}
</style>