Shades of Dark Orchid #AF24DC
Tints of Dark Orchid #AF24DC
RGB
CMYK
RGB Variations
Color information
#AF24DC (or 0xAF24DC) is known color: Dark Orchid. HEX triplet: AF, 24 and DC. RGB value is (175,36,220). Sum of RGB (Red+Green+Blue) = 175+36+220=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 36 (14.45% from 255 or 8.35% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF24DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF24DC is #50DB23. Grayscale: #616161. Windows color (decimal): -5298980 or 14427311. OLE color: 14427311.
HSL color Cylindrical-coordinate representation of color #AF24DC: hue angle of 285.33º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF24DC is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 36 | 220 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.14 |
| HSL | 285.33º | 0.72% | 0.5% | - |
| HSV(B) | 285.33º | 0.84% | 0.86% | - |
| XYZ | 31.23 | 15.54 | 69.06 | - |
| YUV | 98.54 | 196.55 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 220 | 0.20 | 0.84 | 0 | 0.14 | 285.33 | 0.72 | 0.5 |
| Hex | AF | 24 | DC | 14 | 54 | 0 | E | 11D | 48 | 32 |
| Octal | 257 | 44 | 334 | 24 | 124 | 0 | 16 | 435 | 110 | 62 |
| Binary | 10101111 | 100100 | 11011100 | 10100 | 1010100 | 0 | 1110 | 100011101 | 1001000 | 110010 |
Color Harmonies of #AF24DC
Complementary color
Monochromatic Colors of #AF24DC
Black with #AF24DC
Text Example
Text Example
White with #AF24DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF24DC; }
p { color: rgb(175,36,220); }
H1.HeaderClassName
{
color: #AF24DC;
}
.AnyTagClassName
{
color: #AF24DC;
}
</style>
background-color css
<style>
a { background-color: #AF24DC; }
a { background-color: rgb(175,36,220); }
div.DivClassName
{
background-color: #AF24DC;
}
.BgClassName
{
background-color: #AF24DC;
}
</style>
border-color css
<style>
span { border-color: #AF24DC; }
span { border-color: rgb(175,36,220); }
td.TdClassName
{
border-color: #AF24DC;
}
.TagClassName
{
border-color: #AF24DC;
}
</style>