Shades of Dark Orchid #AF27AC
Tints of Dark Orchid #AF27AC
RGB
CMYK
RGB Variations
Color information
#AF27AC (or 0xAF27AC) is known color: Dark Orchid. HEX triplet: AF, 27 and AC. RGB value is (175,39,172). Sum of RGB (Red+Green+Blue) = 175+39+172=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF27AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF27AC is #50D853. Grayscale: #5E5E5E. Windows color (decimal): -5298260 or 11282351. OLE color: 11282351.
HSL color Cylindrical-coordinate representation of color #AF27AC: hue angle of 301.32º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF27AC is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 172 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.31 |
| HSL | 301.32º | 0.64% | 0.42% | - |
| HSV(B) | 301.32º | 0.78% | 0.69% | - |
| XYZ | 25.85 | 13.54 | 40.28 | - |
| YUV | 94.83 | 171.56 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 172 | 0 | 0.78 | 0.02 | 0.31 | 301.32 | 0.64 | 0.42 |
| Hex | AF | 27 | AC | 0 | 4E | 2 | 1F | 12D | 40 | 2A |
| Octal | 257 | 47 | 254 | 0 | 116 | 2 | 37 | 455 | 100 | 52 |
| Binary | 10101111 | 100111 | 10101100 | 0 | 1001110 | 10 | 11111 | 100101101 | 1000000 | 101010 |
Color Harmonies of #AF27AC
Complementary color
Monochromatic Colors of #AF27AC
Black with #AF27AC
Text Example
Text Example
White with #AF27AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF27AC; }
p { color: rgb(175,39,172); }
H1.HeaderClassName
{
color: #AF27AC;
}
.AnyTagClassName
{
color: #AF27AC;
}
</style>
background-color css
<style>
a { background-color: #AF27AC; }
a { background-color: rgb(175,39,172); }
div.DivClassName
{
background-color: #AF27AC;
}
.BgClassName
{
background-color: #AF27AC;
}
</style>
border-color css
<style>
span { border-color: #AF27AC; }
span { border-color: rgb(175,39,172); }
td.TdClassName
{
border-color: #AF27AC;
}
.TagClassName
{
border-color: #AF27AC;
}
</style>