Shades of Dark Orchid #AF24E1
Tints of Dark Orchid #AF24E1
RGB
CMYK
RGB Variations
Color information
#AF24E1 (or 0xAF24E1) is known color: Dark Orchid. HEX triplet: AF, 24 and E1. RGB value is (175,36,225). Sum of RGB (Red+Green+Blue) = 175+36+225=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 225 (88.28% from 255 or 51.61% from 436); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF24E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF24E1 is #50DB1E. Grayscale: #626262. Windows color (decimal): -5298975 or 14754991. OLE color: 14754991.
HSL color Cylindrical-coordinate representation of color #AF24E1: hue angle of 284.13º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF24E1 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 36 | 225 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.12 |
| HSL | 284.13º | 0.76% | 0.51% | - |
| HSV(B) | 284.13º | 0.84% | 0.88% | - |
| XYZ | 31.9 | 15.81 | 72.6 | - |
| YUV | 99.11 | 199.05 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 225 | 0.22 | 0.84 | 0 | 0.12 | 284.13 | 0.76 | 0.51 |
| Hex | AF | 24 | E1 | 16 | 54 | 0 | C | 11C | 4C | 33 |
| Octal | 257 | 44 | 341 | 26 | 124 | 0 | 14 | 434 | 114 | 63 |
| Binary | 10101111 | 100100 | 11100001 | 10110 | 1010100 | 0 | 1100 | 100011100 | 1001100 | 110011 |
Color Harmonies of #AF24E1
Complementary color
Monochromatic Colors of #AF24E1
Black with #AF24E1
Text Example
Text Example
White with #AF24E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF24E1; }
p { color: rgb(175,36,225); }
H1.HeaderClassName
{
color: #AF24E1;
}
.AnyTagClassName
{
color: #AF24E1;
}
</style>
background-color css
<style>
a { background-color: #AF24E1; }
a { background-color: rgb(175,36,225); }
div.DivClassName
{
background-color: #AF24E1;
}
.BgClassName
{
background-color: #AF24E1;
}
</style>
border-color css
<style>
span { border-color: #AF24E1; }
span { border-color: rgb(175,36,225); }
td.TdClassName
{
border-color: #AF24E1;
}
.TagClassName
{
border-color: #AF24E1;
}
</style>