Shades of Dark Orchid #AF25AD
Tints of Dark Orchid #AF25AD
RGB
CMYK
RGB Variations
Color information
#AF25AD (or 0xAF25AD) is known color: Dark Orchid. HEX triplet: AF, 25 and AD. RGB value is (175,37,173). Sum of RGB (Red+Green+Blue) = 175+37+173=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF25AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF25AD is #50DA52. Grayscale: #5D5D5D. Windows color (decimal): -5298771 or 11347375. OLE color: 11347375.
HSL color Cylindrical-coordinate representation of color #AF25AD: hue angle of 300.87º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF25AD is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 173 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.31 |
| HSL | 300.87º | 0.65% | 0.42% | - |
| HSV(B) | 300.87º | 0.79% | 0.69% | - |
| XYZ | 25.88 | 13.45 | 40.77 | - |
| YUV | 93.77 | 172.72 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 173 | 0 | 0.79 | 0.01 | 0.31 | 300.87 | 0.65 | 0.42 |
| Hex | AF | 25 | AD | 0 | 4F | 1 | 1F | 12D | 41 | 2A |
| Octal | 257 | 45 | 255 | 0 | 117 | 1 | 37 | 455 | 101 | 52 |
| Binary | 10101111 | 100101 | 10101101 | 0 | 1001111 | 1 | 11111 | 100101101 | 1000001 | 101010 |
Color Harmonies of #AF25AD
Complementary color
Monochromatic Colors of #AF25AD
Black with #AF25AD
Text Example
Text Example
White with #AF25AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF25AD; }
p { color: rgb(175,37,173); }
H1.HeaderClassName
{
color: #AF25AD;
}
.AnyTagClassName
{
color: #AF25AD;
}
</style>
background-color css
<style>
a { background-color: #AF25AD; }
a { background-color: rgb(175,37,173); }
div.DivClassName
{
background-color: #AF25AD;
}
.BgClassName
{
background-color: #AF25AD;
}
</style>
border-color css
<style>
span { border-color: #AF25AD; }
span { border-color: rgb(175,37,173); }
td.TdClassName
{
border-color: #AF25AD;
}
.TagClassName
{
border-color: #AF25AD;
}
</style>