Shades of Dark Orchid #A728AF
Tints of Dark Orchid #A728AF
RGB
CMYK
RGB Variations
Color information
#A728AF (or 0xA728AF) is known color: Dark Orchid. HEX triplet: A7, 28 and AF. RGB value is (167,40,175). Sum of RGB (Red+Green+Blue) = 167+40+175=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #A728AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A728AF is #58D750. Grayscale: #5C5C5C. Windows color (decimal): -5822289 or 11479207. OLE color: 11479207.
HSL color Cylindrical-coordinate representation of color #A728AF: hue angle of 296.44º degrees, saturation: 0.63, 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 #A728AF is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 40 | 175 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.31 |
| HSL | 296.44º | 0.63% | 0.42% | - |
| HSV(B) | 296.44º | 0.77% | 0.69% | - |
| XYZ | 24.43 | 12.83 | 41.75 | - |
| YUV | 93.36 | 174.08 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 40 | 175 | 0.05 | 0.77 | 0 | 0.31 | 296.44 | 0.63 | 0.42 |
| Hex | A7 | 28 | AF | 5 | 4D | 0 | 1F | 128 | 3F | 2A |
| Octal | 247 | 50 | 257 | 5 | 115 | 0 | 37 | 450 | 77 | 52 |
| Binary | 10100111 | 101000 | 10101111 | 101 | 1001101 | 0 | 11111 | 100101000 | 111111 | 101010 |
Color Harmonies of #A728AF
Complementary color
Monochromatic Colors of #A728AF
Black with #A728AF
Text Example
Text Example
White with #A728AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A728AF; }
p { color: rgb(167,40,175); }
H1.HeaderClassName
{
color: #A728AF;
}
.AnyTagClassName
{
color: #A728AF;
}
</style>
background-color css
<style>
a { background-color: #A728AF; }
a { background-color: rgb(167,40,175); }
div.DivClassName
{
background-color: #A728AF;
}
.BgClassName
{
background-color: #A728AF;
}
</style>
border-color css
<style>
span { border-color: #A728AF; }
span { border-color: rgb(167,40,175); }
td.TdClassName
{
border-color: #A728AF;
}
.TagClassName
{
border-color: #A728AF;
}
</style>