Shades of Dark Orchid #AF28AD
Tints of Dark Orchid #AF28AD
RGB
CMYK
RGB Variations
Color information
#AF28AD (or 0xAF28AD) is known color: Dark Orchid. HEX triplet: AF, 28 and AD. RGB value is (175,40,173). Sum of RGB (Red+Green+Blue) = 175+40+173=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF28AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF28AD is #50D752. Grayscale: #5F5F5F. Windows color (decimal): -5298003 or 11348143. OLE color: 11348143.
HSL color Cylindrical-coordinate representation of color #AF28AD: hue angle of 300.89º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF28AD is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 173 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.31 |
| HSL | 300.89º | 0.63% | 0.42% | - |
| HSV(B) | 300.89º | 0.77% | 0.69% | - |
| XYZ | 25.98 | 13.65 | 40.8 | - |
| YUV | 95.53 | 171.73 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 173 | 0 | 0.77 | 0.01 | 0.31 | 300.89 | 0.63 | 0.42 |
| Hex | AF | 28 | AD | 0 | 4D | 1 | 1F | 12D | 3F | 2A |
| Octal | 257 | 50 | 255 | 0 | 115 | 1 | 37 | 455 | 77 | 52 |
| Binary | 10101111 | 101000 | 10101101 | 0 | 1001101 | 1 | 11111 | 100101101 | 111111 | 101010 |
Color Harmonies of #AF28AD
Complementary color
Monochromatic Colors of #AF28AD
Black with #AF28AD
Text Example
Text Example
White with #AF28AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF28AD; }
p { color: rgb(175,40,173); }
H1.HeaderClassName
{
color: #AF28AD;
}
.AnyTagClassName
{
color: #AF28AD;
}
</style>
background-color css
<style>
a { background-color: #AF28AD; }
a { background-color: rgb(175,40,173); }
div.DivClassName
{
background-color: #AF28AD;
}
.BgClassName
{
background-color: #AF28AD;
}
</style>
border-color css
<style>
span { border-color: #AF28AD; }
span { border-color: rgb(175,40,173); }
td.TdClassName
{
border-color: #AF28AD;
}
.TagClassName
{
border-color: #AF28AD;
}
</style>