Shades of Dark Orchid #AF29AD
Tints of Dark Orchid #AF29AD
RGB
CMYK
RGB Variations
Color information
#AF29AD (or 0xAF29AD) is known color: Dark Orchid. HEX triplet: AF, 29 and AD. RGB value is (175,41,173). Sum of RGB (Red+Green+Blue) = 175+41+173=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF29AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF29AD is #50D652. Grayscale: #5F5F5F. Windows color (decimal): -5297747 or 11348399. OLE color: 11348399.
HSL color Cylindrical-coordinate representation of color #AF29AD: hue angle of 300.9º degrees, saturation: 0.62, 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 #AF29AD is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 173 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.31 |
| HSL | 300.9º | 0.62% | 0.42% | - |
| HSV(B) | 300.9º | 0.77% | 0.69% | - |
| XYZ | 26.01 | 13.72 | 40.81 | - |
| YUV | 96.11 | 171.39 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 173 | 0 | 0.77 | 0.01 | 0.31 | 300.9 | 0.62 | 0.42 |
| Hex | AF | 29 | AD | 0 | 4D | 1 | 1F | 12D | 3E | 2A |
| Octal | 257 | 51 | 255 | 0 | 115 | 1 | 37 | 455 | 76 | 52 |
| Binary | 10101111 | 101001 | 10101101 | 0 | 1001101 | 1 | 11111 | 100101101 | 111110 | 101010 |
Color Harmonies of #AF29AD
Complementary color
Monochromatic Colors of #AF29AD
Black with #AF29AD
Text Example
Text Example
White with #AF29AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF29AD; }
p { color: rgb(175,41,173); }
H1.HeaderClassName
{
color: #AF29AD;
}
.AnyTagClassName
{
color: #AF29AD;
}
</style>
background-color css
<style>
a { background-color: #AF29AD; }
a { background-color: rgb(175,41,173); }
div.DivClassName
{
background-color: #AF29AD;
}
.BgClassName
{
background-color: #AF29AD;
}
</style>
border-color css
<style>
span { border-color: #AF29AD; }
span { border-color: rgb(175,41,173); }
td.TdClassName
{
border-color: #AF29AD;
}
.TagClassName
{
border-color: #AF29AD;
}
</style>