Shades of Dark Orchid #AF2EE5
Tints of Dark Orchid #AF2EE5
RGB
CMYK
RGB Variations
Color information
#AF2EE5 (or 0xAF2EE5) is known color: Dark Orchid. HEX triplet: AF, 2E and E5. RGB value is (175,46,229). Sum of RGB (Red+Green+Blue) = 175+46+229=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 46 (18.36% from 255 or 10.22% from 450); Blue value is 229 (89.84% from 255 or 50.89% from 450); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF2EE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2EE5 is #50D11A. Grayscale: #686868. Windows color (decimal): -5296411 or 15019695. OLE color: 15019695.
HSL color Cylindrical-coordinate representation of color #AF2EE5: hue angle of 282.3º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2EE5 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 46 | 229 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.10 |
| HSL | 282.3º | 0.78% | 0.54% | - |
| HSV(B) | 282.3º | 0.8% | 0.9% | - |
| XYZ | 32.8 | 16.73 | 75.63 | - |
| YUV | 105.43 | 197.74 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 46 | 229 | 0.24 | 0.80 | 0 | 0.10 | 282.3 | 0.78 | 0.54 |
| Hex | AF | 2E | E5 | 18 | 50 | 0 | A | 11A | 4E | 36 |
| Octal | 257 | 56 | 345 | 30 | 120 | 0 | 12 | 432 | 116 | 66 |
| Binary | 10101111 | 101110 | 11100101 | 11000 | 1010000 | 0 | 1010 | 100011010 | 1001110 | 110110 |
Color Harmonies of #AF2EE5
Complementary color
Monochromatic Colors of #AF2EE5
Black with #AF2EE5
Text Example
Text Example
White with #AF2EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2EE5; }
p { color: rgb(175,46,229); }
H1.HeaderClassName
{
color: #AF2EE5;
}
.AnyTagClassName
{
color: #AF2EE5;
}
</style>
background-color css
<style>
a { background-color: #AF2EE5; }
a { background-color: rgb(175,46,229); }
div.DivClassName
{
background-color: #AF2EE5;
}
.BgClassName
{
background-color: #AF2EE5;
}
</style>
border-color css
<style>
span { border-color: #AF2EE5; }
span { border-color: rgb(175,46,229); }
td.TdClassName
{
border-color: #AF2EE5;
}
.TagClassName
{
border-color: #AF2EE5;
}
</style>