Shades of Dark Orchid #AF2CDE
Tints of Dark Orchid #AF2CDE
RGB
CMYK
RGB Variations
Color information
#AF2CDE (or 0xAF2CDE) is known color: Dark Orchid. HEX triplet: AF, 2C and DE. RGB value is (175,44,222). Sum of RGB (Red+Green+Blue) = 175+44+222=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 44 (17.58% from 255 or 9.98% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF2CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2CDE is #50D321. Grayscale: #666666. Windows color (decimal): -5296930 or 14560431. OLE color: 14560431.
HSL color Cylindrical-coordinate representation of color #AF2CDE: hue angle of 284.16º 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 #AF2CDE is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 44 | 222 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.13 |
| HSL | 284.16º | 0.73% | 0.52% | - |
| HSV(B) | 284.16º | 0.8% | 0.87% | - |
| XYZ | 31.76 | 16.19 | 70.56 | - |
| YUV | 103.46 | 194.9 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 44 | 222 | 0.21 | 0.80 | 0 | 0.13 | 284.16 | 0.73 | 0.52 |
| Hex | AF | 2C | DE | 15 | 50 | 0 | D | 11C | 49 | 34 |
| Octal | 257 | 54 | 336 | 25 | 120 | 0 | 15 | 434 | 111 | 64 |
| Binary | 10101111 | 101100 | 11011110 | 10101 | 1010000 | 0 | 1101 | 100011100 | 1001001 | 110100 |
Color Harmonies of #AF2CDE
Complementary color
Monochromatic Colors of #AF2CDE
Black with #AF2CDE
Text Example
Text Example
White with #AF2CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2CDE; }
p { color: rgb(175,44,222); }
H1.HeaderClassName
{
color: #AF2CDE;
}
.AnyTagClassName
{
color: #AF2CDE;
}
</style>
background-color css
<style>
a { background-color: #AF2CDE; }
a { background-color: rgb(175,44,222); }
div.DivClassName
{
background-color: #AF2CDE;
}
.BgClassName
{
background-color: #AF2CDE;
}
</style>
border-color css
<style>
span { border-color: #AF2CDE; }
span { border-color: rgb(175,44,222); }
td.TdClassName
{
border-color: #AF2CDE;
}
.TagClassName
{
border-color: #AF2CDE;
}
</style>