Shades of Dark Orchid #AF24AD
Tints of Dark Orchid #AF24AD
RGB
CMYK
RGB Variations
Color information
#AF24AD (or 0xAF24AD) is known color: Dark Orchid. HEX triplet: AF, 24 and AD. RGB value is (175,36,173). Sum of RGB (Red+Green+Blue) = 175+36+173=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF24AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF24AD is #50DB52. Grayscale: #5C5C5C. Windows color (decimal): -5299027 or 11347119. OLE color: 11347119.
HSL color Cylindrical-coordinate representation of color #AF24AD: hue angle of 300.86º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF24AD is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 173 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.31 |
| HSL | 300.86º | 0.66% | 0.41% | - |
| HSV(B) | 300.86º | 0.79% | 0.69% | - |
| XYZ | 25.85 | 13.39 | 40.76 | - |
| YUV | 93.18 | 173.05 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 173 | 0 | 0.79 | 0.01 | 0.31 | 300.86 | 0.66 | 0.41 |
| Hex | AF | 24 | AD | 0 | 4F | 1 | 1F | 12D | 42 | 29 |
| Octal | 257 | 44 | 255 | 0 | 117 | 1 | 37 | 455 | 102 | 51 |
| Binary | 10101111 | 100100 | 10101101 | 0 | 1001111 | 1 | 11111 | 100101101 | 1000010 | 101001 |
Color Harmonies of #AF24AD
Complementary color
Monochromatic Colors of #AF24AD
Black with #AF24AD
Text Example
Text Example
White with #AF24AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF24AD; }
p { color: rgb(175,36,173); }
H1.HeaderClassName
{
color: #AF24AD;
}
.AnyTagClassName
{
color: #AF24AD;
}
</style>
background-color css
<style>
a { background-color: #AF24AD; }
a { background-color: rgb(175,36,173); }
div.DivClassName
{
background-color: #AF24AD;
}
.BgClassName
{
background-color: #AF24AD;
}
</style>
border-color css
<style>
span { border-color: #AF24AD; }
span { border-color: rgb(175,36,173); }
td.TdClassName
{
border-color: #AF24AD;
}
.TagClassName
{
border-color: #AF24AD;
}
</style>