Shades of Dark Orchid #AF24BA
Tints of Dark Orchid #AF24BA
RGB
CMYK
RGB Variations
Color information
#AF24BA (or 0xAF24BA) is known color: Dark Orchid. HEX triplet: AF, 24 and BA. RGB value is (175,36,186). Sum of RGB (Red+Green+Blue) = 175+36+186=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF24BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF24BA is #50DB45. Grayscale: #5E5E5E. Windows color (decimal): -5299014 or 12199087. OLE color: 12199087.
HSL color Cylindrical-coordinate representation of color #AF24BA: hue angle of 295.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF24BA is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 36 | 186 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.27 |
| HSL | 295.6º | 0.68% | 0.44% | - |
| HSV(B) | 295.6º | 0.81% | 0.73% | - |
| XYZ | 27.17 | 13.92 | 47.71 | - |
| YUV | 94.66 | 179.55 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 186 | 0.06 | 0.81 | 0 | 0.27 | 295.6 | 0.68 | 0.44 |
| Hex | AF | 24 | BA | 6 | 51 | 0 | 1B | 128 | 44 | 2C |
| Octal | 257 | 44 | 272 | 6 | 121 | 0 | 33 | 450 | 104 | 54 |
| Binary | 10101111 | 100100 | 10111010 | 110 | 1010001 | 0 | 11011 | 100101000 | 1000100 | 101100 |
Color Harmonies of #AF24BA
Complementary color
Monochromatic Colors of #AF24BA
Black with #AF24BA
Text Example
Text Example
White with #AF24BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF24BA; }
p { color: rgb(175,36,186); }
H1.HeaderClassName
{
color: #AF24BA;
}
.AnyTagClassName
{
color: #AF24BA;
}
</style>
background-color css
<style>
a { background-color: #AF24BA; }
a { background-color: rgb(175,36,186); }
div.DivClassName
{
background-color: #AF24BA;
}
.BgClassName
{
background-color: #AF24BA;
}
</style>
border-color css
<style>
span { border-color: #AF24BA; }
span { border-color: rgb(175,36,186); }
td.TdClassName
{
border-color: #AF24BA;
}
.TagClassName
{
border-color: #AF24BA;
}
</style>