Shades of Dark Orchid #AF2EDE
Tints of Dark Orchid #AF2EDE
RGB
CMYK
RGB Variations
Color information
#AF2EDE (or 0xAF2EDE) is known color: Dark Orchid. HEX triplet: AF, 2E and DE. RGB value is (175,46,222). Sum of RGB (Red+Green+Blue) = 175+46+222=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 46 (18.36% from 255 or 10.38% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF2EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2EDE is #50D121. Grayscale: #686868. Windows color (decimal): -5296418 or 14560943. OLE color: 14560943.
HSL color Cylindrical-coordinate representation of color #AF2EDE: hue angle of 283.98º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2EDE is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 46 | 222 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.13 |
| HSL | 283.98º | 0.73% | 0.53% | - |
| HSV(B) | 283.98º | 0.79% | 0.87% | - |
| XYZ | 31.84 | 16.34 | 70.58 | - |
| YUV | 104.64 | 194.24 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 46 | 222 | 0.21 | 0.79 | 0 | 0.13 | 283.98 | 0.73 | 0.53 |
| Hex | AF | 2E | DE | 15 | 4F | 0 | D | 11C | 49 | 35 |
| Octal | 257 | 56 | 336 | 25 | 117 | 0 | 15 | 434 | 111 | 65 |
| Binary | 10101111 | 101110 | 11011110 | 10101 | 1001111 | 0 | 1101 | 100011100 | 1001001 | 110101 |
Color Harmonies of #AF2EDE
Complementary color
Monochromatic Colors of #AF2EDE
Black with #AF2EDE
Text Example
Text Example
White with #AF2EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2EDE; }
p { color: rgb(175,46,222); }
H1.HeaderClassName
{
color: #AF2EDE;
}
.AnyTagClassName
{
color: #AF2EDE;
}
</style>
background-color css
<style>
a { background-color: #AF2EDE; }
a { background-color: rgb(175,46,222); }
div.DivClassName
{
background-color: #AF2EDE;
}
.BgClassName
{
background-color: #AF2EDE;
}
</style>
border-color css
<style>
span { border-color: #AF2EDE; }
span { border-color: rgb(175,46,222); }
td.TdClassName
{
border-color: #AF2EDE;
}
.TagClassName
{
border-color: #AF2EDE;
}
</style>