Shades of Dark Orchid #AF2CE0
Tints of Dark Orchid #AF2CE0
RGB
CMYK
RGB Variations
Color information
#AF2CE0 (or 0xAF2CE0) is known color: Dark Orchid. HEX triplet: AF, 2C and E0. RGB value is (175,44,224). Sum of RGB (Red+Green+Blue) = 175+44+224=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 44 (17.58% from 255 or 9.93% from 443); Blue value is 224 (87.89% from 255 or 50.56% from 443); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF2CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2CE0 is #50D31F. Grayscale: #676767. Windows color (decimal): -5296928 or 14691503. OLE color: 14691503.
HSL color Cylindrical-coordinate representation of color #AF2CE0: hue angle of 283.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2CE0 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 44 | 224 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.12 |
| HSL | 283.67º | 0.74% | 0.53% | - |
| HSV(B) | 283.67º | 0.8% | 0.88% | - |
| XYZ | 32.03 | 16.3 | 71.98 | - |
| YUV | 103.69 | 195.9 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 44 | 224 | 0.22 | 0.80 | 0 | 0.12 | 283.67 | 0.74 | 0.53 |
| Hex | AF | 2C | E0 | 16 | 50 | 0 | C | 11C | 4A | 35 |
| Octal | 257 | 54 | 340 | 26 | 120 | 0 | 14 | 434 | 112 | 65 |
| Binary | 10101111 | 101100 | 11100000 | 10110 | 1010000 | 0 | 1100 | 100011100 | 1001010 | 110101 |
Color Harmonies of #AF2CE0
Complementary color
Monochromatic Colors of #AF2CE0
Black with #AF2CE0
Text Example
Text Example
White with #AF2CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2CE0; }
p { color: rgb(175,44,224); }
H1.HeaderClassName
{
color: #AF2CE0;
}
.AnyTagClassName
{
color: #AF2CE0;
}
</style>
background-color css
<style>
a { background-color: #AF2CE0; }
a { background-color: rgb(175,44,224); }
div.DivClassName
{
background-color: #AF2CE0;
}
.BgClassName
{
background-color: #AF2CE0;
}
</style>
border-color css
<style>
span { border-color: #AF2CE0; }
span { border-color: rgb(175,44,224); }
td.TdClassName
{
border-color: #AF2CE0;
}
.TagClassName
{
border-color: #AF2CE0;
}
</style>