Shades of Dark Orchid #A728AC
Tints of Dark Orchid #A728AC
RGB
CMYK
RGB Variations
Color information
#A728AC (or 0xA728AC) is known color: Dark Orchid. HEX triplet: A7, 28 and AC. RGB value is (167,40,172). Sum of RGB (Red+Green+Blue) = 167+40+172=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #A728AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A728AC is #58D753. Grayscale: #5C5C5C. Windows color (decimal): -5822292 or 11282599. OLE color: 11282599.
HSL color Cylindrical-coordinate representation of color #A728AC: hue angle of 297.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A728AC is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 40 | 172 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.33 |
| HSL | 297.73º | 0.62% | 0.42% | - |
| HSV(B) | 297.73º | 0.77% | 0.67% | - |
| XYZ | 24.14 | 12.71 | 40.21 | - |
| YUV | 93.02 | 172.58 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 40 | 172 | 0.03 | 0.77 | 0 | 0.33 | 297.73 | 0.62 | 0.42 |
| Hex | A7 | 28 | AC | 3 | 4D | 0 | 21 | 12A | 3E | 2A |
| Octal | 247 | 50 | 254 | 3 | 115 | 0 | 41 | 452 | 76 | 52 |
| Binary | 10100111 | 101000 | 10101100 | 11 | 1001101 | 0 | 100001 | 100101010 | 111110 | 101010 |
Color Harmonies of #A728AC
Complementary color
Monochromatic Colors of #A728AC
Black with #A728AC
Text Example
Text Example
White with #A728AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A728AC; }
p { color: rgb(167,40,172); }
H1.HeaderClassName
{
color: #A728AC;
}
.AnyTagClassName
{
color: #A728AC;
}
</style>
background-color css
<style>
a { background-color: #A728AC; }
a { background-color: rgb(167,40,172); }
div.DivClassName
{
background-color: #A728AC;
}
.BgClassName
{
background-color: #A728AC;
}
</style>
border-color css
<style>
span { border-color: #A728AC; }
span { border-color: rgb(167,40,172); }
td.TdClassName
{
border-color: #A728AC;
}
.TagClassName
{
border-color: #A728AC;
}
</style>