Shades of Dark Orchid #AF2ECF
Tints of Dark Orchid #AF2ECF
RGB
CMYK
RGB Variations
Color information
#AF2ECF (or 0xAF2ECF) is known color: Dark Orchid. HEX triplet: AF, 2E and CF. RGB value is (175,46,207). Sum of RGB (Red+Green+Blue) = 175+46+207=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 46 (18.36% from 255 or 10.75% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF2ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2ECF is #50D130. Grayscale: #666666. Windows color (decimal): -5296433 or 13577903. OLE color: 13577903.
HSL color Cylindrical-coordinate representation of color #AF2ECF: hue angle of 288.07º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2ECF is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 46 | 207 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.19 |
| HSL | 288.07º | 0.64% | 0.5% | - |
| HSV(B) | 288.07º | 0.78% | 0.81% | - |
| XYZ | 29.92 | 15.57 | 60.46 | - |
| YUV | 102.93 | 186.74 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 46 | 207 | 0.15 | 0.78 | 0 | 0.19 | 288.07 | 0.64 | 0.5 |
| Hex | AF | 2E | CF | F | 4E | 0 | 13 | 120 | 40 | 32 |
| Octal | 257 | 56 | 317 | 17 | 116 | 0 | 23 | 440 | 100 | 62 |
| Binary | 10101111 | 101110 | 11001111 | 1111 | 1001110 | 0 | 10011 | 100100000 | 1000000 | 110010 |
Color Harmonies of #AF2ECF
Complementary color
Monochromatic Colors of #AF2ECF
Black with #AF2ECF
Text Example
Text Example
White with #AF2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2ECF; }
p { color: rgb(175,46,207); }
H1.HeaderClassName
{
color: #AF2ECF;
}
.AnyTagClassName
{
color: #AF2ECF;
}
</style>
background-color css
<style>
a { background-color: #AF2ECF; }
a { background-color: rgb(175,46,207); }
div.DivClassName
{
background-color: #AF2ECF;
}
.BgClassName
{
background-color: #AF2ECF;
}
</style>
border-color css
<style>
span { border-color: #AF2ECF; }
span { border-color: rgb(175,46,207); }
td.TdClassName
{
border-color: #AF2ECF;
}
.TagClassName
{
border-color: #AF2ECF;
}
</style>