Shades of Dark Orchid #AF2DCF
Tints of Dark Orchid #AF2DCF
RGB
CMYK
RGB Variations
Color information
#AF2DCF (or 0xAF2DCF) is known color: Dark Orchid. HEX triplet: AF, 2D and CF. RGB value is (175,45,207). Sum of RGB (Red+Green+Blue) = 175+45+207=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF2DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2DCF is #50D230. Grayscale: #656565. Windows color (decimal): -5296689 or 13577647. OLE color: 13577647.
HSL color Cylindrical-coordinate representation of color #AF2DCF: hue angle of 288.15º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2DCF is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 45 | 207 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.19 |
| HSL | 288.15º | 0.64% | 0.49% | - |
| HSV(B) | 288.15º | 0.78% | 0.81% | - |
| XYZ | 29.88 | 15.5 | 60.45 | - |
| YUV | 102.34 | 187.07 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 207 | 0.15 | 0.78 | 0 | 0.19 | 288.15 | 0.64 | 0.49 |
| Hex | AF | 2D | CF | F | 4E | 0 | 13 | 120 | 40 | 31 |
| Octal | 257 | 55 | 317 | 17 | 116 | 0 | 23 | 440 | 100 | 61 |
| Binary | 10101111 | 101101 | 11001111 | 1111 | 1001110 | 0 | 10011 | 100100000 | 1000000 | 110001 |
Color Harmonies of #AF2DCF
Complementary color
Monochromatic Colors of #AF2DCF
Black with #AF2DCF
Text Example
Text Example
White with #AF2DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2DCF; }
p { color: rgb(175,45,207); }
H1.HeaderClassName
{
color: #AF2DCF;
}
.AnyTagClassName
{
color: #AF2DCF;
}
</style>
background-color css
<style>
a { background-color: #AF2DCF; }
a { background-color: rgb(175,45,207); }
div.DivClassName
{
background-color: #AF2DCF;
}
.BgClassName
{
background-color: #AF2DCF;
}
</style>
border-color css
<style>
span { border-color: #AF2DCF; }
span { border-color: rgb(175,45,207); }
td.TdClassName
{
border-color: #AF2DCF;
}
.TagClassName
{
border-color: #AF2DCF;
}
</style>