Shades of Dark Orchid #AF2ECC
Tints of Dark Orchid #AF2ECC
RGB
CMYK
RGB Variations
Color information
#AF2ECC (or 0xAF2ECC) is known color: Dark Orchid. HEX triplet: AF, 2E and CC. RGB value is (175,46,204). Sum of RGB (Red+Green+Blue) = 175+46+204=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 46 (18.36% from 255 or 10.82% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF2ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2ECC is #50D133. Grayscale: #666666. Windows color (decimal): -5296436 or 13381295. OLE color: 13381295.
HSL color Cylindrical-coordinate representation of color #AF2ECC: hue angle of 288.99º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2ECC is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 46 | 204 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.2 |
| HSL | 288.99º | 0.63% | 0.49% | - |
| HSV(B) | 288.99º | 0.77% | 0.8% | - |
| XYZ | 29.56 | 15.43 | 58.55 | - |
| YUV | 102.58 | 185.24 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 46 | 204 | 0.14 | 0.77 | 0 | 0.2 | 288.99 | 0.63 | 0.49 |
| Hex | AF | 2E | CC | E | 4D | 0 | 14 | 121 | 3F | 31 |
| Octal | 257 | 56 | 314 | 16 | 115 | 0 | 24 | 441 | 77 | 61 |
| Binary | 10101111 | 101110 | 11001100 | 1110 | 1001101 | 0 | 10100 | 100100001 | 111111 | 110001 |
Color Harmonies of #AF2ECC
Complementary color
Monochromatic Colors of #AF2ECC
Black with #AF2ECC
Text Example
Text Example
White with #AF2ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2ECC; }
p { color: rgb(175,46,204); }
H1.HeaderClassName
{
color: #AF2ECC;
}
.AnyTagClassName
{
color: #AF2ECC;
}
</style>
background-color css
<style>
a { background-color: #AF2ECC; }
a { background-color: rgb(175,46,204); }
div.DivClassName
{
background-color: #AF2ECC;
}
.BgClassName
{
background-color: #AF2ECC;
}
</style>
border-color css
<style>
span { border-color: #AF2ECC; }
span { border-color: rgb(175,46,204); }
td.TdClassName
{
border-color: #AF2ECC;
}
.TagClassName
{
border-color: #AF2ECC;
}
</style>