Shades of Dark Orchid #AF2DED
Tints of Dark Orchid #AF2DED
RGB
CMYK
RGB Variations
Color information
#AF2DED (or 0xAF2DED) is known color: Dark Orchid. HEX triplet: AF, 2D and ED. RGB value is (175,45,237). Sum of RGB (Red+Green+Blue) = 175+45+237=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 45 (17.97% from 255 or 9.85% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF2DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2DED is #50D212. Grayscale: #696969. Windows color (decimal): -5296659 or 15543727. OLE color: 15543727.
HSL color Cylindrical-coordinate representation of color #AF2DED: hue angle of 280.62º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2DED is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 45 | 237 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.07 |
| HSL | 280.63º | 0.84% | 0.55% | - |
| HSV(B) | 280.63º | 0.81% | 0.93% | - |
| XYZ | 33.9 | 17.11 | 81.64 | - |
| YUV | 105.76 | 202.07 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 237 | 0.26 | 0.81 | 0 | 0.07 | 280.63 | 0.84 | 0.55 |
| Hex | AF | 2D | ED | 1A | 51 | 0 | 7 | 119 | 54 | 37 |
| Octal | 257 | 55 | 355 | 32 | 121 | 0 | 7 | 431 | 124 | 67 |
| Binary | 10101111 | 101101 | 11101101 | 11010 | 1010001 | 0 | 111 | 100011001 | 1010100 | 110111 |
Color Harmonies of #AF2DED
Complementary color
Monochromatic Colors of #AF2DED
Black with #AF2DED
Text Example
Text Example
White with #AF2DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2DED; }
p { color: rgb(175,45,237); }
H1.HeaderClassName
{
color: #AF2DED;
}
.AnyTagClassName
{
color: #AF2DED;
}
</style>
background-color css
<style>
a { background-color: #AF2DED; }
a { background-color: rgb(175,45,237); }
div.DivClassName
{
background-color: #AF2DED;
}
.BgClassName
{
background-color: #AF2DED;
}
</style>
border-color css
<style>
span { border-color: #AF2DED; }
span { border-color: rgb(175,45,237); }
td.TdClassName
{
border-color: #AF2DED;
}
.TagClassName
{
border-color: #AF2DED;
}
</style>