Shades of Dark Orchid #AF2EE0
Tints of Dark Orchid #AF2EE0
RGB
CMYK
RGB Variations
Color information
#AF2EE0 (or 0xAF2EE0) is known color: Dark Orchid. HEX triplet: AF, 2E and E0. RGB value is (175,46,224). Sum of RGB (Red+Green+Blue) = 175+46+224=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 46 (18.36% from 255 or 10.34% from 445); Blue value is 224 (87.89% from 255 or 50.34% from 445); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF2EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2EE0 is #50D11F. Grayscale: #686868. Windows color (decimal): -5296416 or 14692015. OLE color: 14692015.
HSL color Cylindrical-coordinate representation of color #AF2EE0: hue angle of 283.48º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2EE0 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 46 | 224 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.12 |
| HSL | 283.48º | 0.74% | 0.53% | - |
| HSV(B) | 283.48º | 0.79% | 0.88% | - |
| XYZ | 32.11 | 16.45 | 72 | - |
| YUV | 104.86 | 195.24 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 46 | 224 | 0.22 | 0.79 | 0 | 0.12 | 283.48 | 0.74 | 0.53 |
| Hex | AF | 2E | E0 | 16 | 4F | 0 | C | 11B | 4A | 35 |
| Octal | 257 | 56 | 340 | 26 | 117 | 0 | 14 | 433 | 112 | 65 |
| Binary | 10101111 | 101110 | 11100000 | 10110 | 1001111 | 0 | 1100 | 100011011 | 1001010 | 110101 |
Color Harmonies of #AF2EE0
Complementary color
Monochromatic Colors of #AF2EE0
Black with #AF2EE0
Text Example
Text Example
White with #AF2EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2EE0; }
p { color: rgb(175,46,224); }
H1.HeaderClassName
{
color: #AF2EE0;
}
.AnyTagClassName
{
color: #AF2EE0;
}
</style>
background-color css
<style>
a { background-color: #AF2EE0; }
a { background-color: rgb(175,46,224); }
div.DivClassName
{
background-color: #AF2EE0;
}
.BgClassName
{
background-color: #AF2EE0;
}
</style>
border-color css
<style>
span { border-color: #AF2EE0; }
span { border-color: rgb(175,46,224); }
td.TdClassName
{
border-color: #AF2EE0;
}
.TagClassName
{
border-color: #AF2EE0;
}
</style>