Shades of Dark Orchid #A731AC
Tints of Dark Orchid #A731AC
RGB
CMYK
RGB Variations
Color information
#A731AC (or 0xA731AC) is known color: Dark Orchid. HEX triplet: A7, 31 and AC. RGB value is (167,49,172). Sum of RGB (Red+Green+Blue) = 167+49+172=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #A731AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A731AC is #58CE53. Grayscale: #616161. Windows color (decimal): -5819988 or 11284903. OLE color: 11284903.
HSL color Cylindrical-coordinate representation of color #A731AC: hue angle of 297.56º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A731AC is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 49 | 172 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.33 |
| HSL | 297.56º | 0.56% | 0.43% | - |
| HSV(B) | 297.56º | 0.72% | 0.67% | - |
| XYZ | 24.48 | 13.39 | 40.32 | - |
| YUV | 98.3 | 169.59 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 49 | 172 | 0.03 | 0.72 | 0 | 0.33 | 297.56 | 0.56 | 0.43 |
| Hex | A7 | 31 | AC | 3 | 48 | 0 | 21 | 12A | 38 | 2B |
| Octal | 247 | 61 | 254 | 3 | 110 | 0 | 41 | 452 | 70 | 53 |
| Binary | 10100111 | 110001 | 10101100 | 11 | 1001000 | 0 | 100001 | 100101010 | 111000 | 101011 |
Color Harmonies of #A731AC
Complementary color
Monochromatic Colors of #A731AC
Black with #A731AC
Text Example
Text Example
White with #A731AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A731AC; }
p { color: rgb(167,49,172); }
H1.HeaderClassName
{
color: #A731AC;
}
.AnyTagClassName
{
color: #A731AC;
}
</style>
background-color css
<style>
a { background-color: #A731AC; }
a { background-color: rgb(167,49,172); }
div.DivClassName
{
background-color: #A731AC;
}
.BgClassName
{
background-color: #A731AC;
}
</style>
border-color css
<style>
span { border-color: #A731AC; }
span { border-color: rgb(167,49,172); }
td.TdClassName
{
border-color: #A731AC;
}
.TagClassName
{
border-color: #A731AC;
}
</style>