Shades of Dark Orchid #AF25AC
Tints of Dark Orchid #AF25AC
RGB
CMYK
RGB Variations
Color information
#AF25AC (or 0xAF25AC) is known color: Dark Orchid. HEX triplet: AF, 25 and AC. RGB value is (175,37,172). Sum of RGB (Red+Green+Blue) = 175+37+172=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF25AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF25AC is #50DA53. Grayscale: #5D5D5D. Windows color (decimal): -5298772 or 11281839. OLE color: 11281839.
HSL color Cylindrical-coordinate representation of color #AF25AC: hue angle of 301.3º 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 #AF25AC is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 172 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.31 |
| HSL | 301.3º | 0.65% | 0.42% | - |
| HSV(B) | 301.3º | 0.79% | 0.69% | - |
| XYZ | 25.79 | 13.42 | 40.26 | - |
| YUV | 93.65 | 172.22 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 172 | 0 | 0.79 | 0.02 | 0.31 | 301.3 | 0.65 | 0.42 |
| Hex | AF | 25 | AC | 0 | 4F | 2 | 1F | 12D | 41 | 2A |
| Octal | 257 | 45 | 254 | 0 | 117 | 2 | 37 | 455 | 101 | 52 |
| Binary | 10101111 | 100101 | 10101100 | 0 | 1001111 | 10 | 11111 | 100101101 | 1000001 | 101010 |
Color Harmonies of #AF25AC
Complementary color
Monochromatic Colors of #AF25AC
Black with #AF25AC
Text Example
Text Example
White with #AF25AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF25AC; }
p { color: rgb(175,37,172); }
H1.HeaderClassName
{
color: #AF25AC;
}
.AnyTagClassName
{
color: #AF25AC;
}
</style>
background-color css
<style>
a { background-color: #AF25AC; }
a { background-color: rgb(175,37,172); }
div.DivClassName
{
background-color: #AF25AC;
}
.BgClassName
{
background-color: #AF25AC;
}
</style>
border-color css
<style>
span { border-color: #AF25AC; }
span { border-color: rgb(175,37,172); }
td.TdClassName
{
border-color: #AF25AC;
}
.TagClassName
{
border-color: #AF25AC;
}
</style>