Shades of Dark Orchid #A732BC
Tints of Dark Orchid #A732BC
RGB
CMYK
RGB Variations
Color information
#A732BC (or 0xA732BC) is known color: Dark Orchid. HEX triplet: A7, 32 and BC. RGB value is (167,50,188). Sum of RGB (Red+Green+Blue) = 167+50+188=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #A732BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A732BC is #58CD43. Grayscale: #646464. Windows color (decimal): -5819716 or 12333735. OLE color: 12333735.
HSL color Cylindrical-coordinate representation of color #A732BC: hue angle of 290.87º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A732BC is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 50 | 188 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.26 |
| HSL | 290.87º | 0.58% | 0.47% | - |
| HSV(B) | 290.87º | 0.73% | 0.74% | - |
| XYZ | 26.15 | 14.13 | 48.93 | - |
| YUV | 100.72 | 177.26 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 50 | 188 | 0.11 | 0.73 | 0 | 0.26 | 290.87 | 0.58 | 0.47 |
| Hex | A7 | 32 | BC | B | 49 | 0 | 1A | 123 | 3A | 2F |
| Octal | 247 | 62 | 274 | 13 | 111 | 0 | 32 | 443 | 72 | 57 |
| Binary | 10100111 | 110010 | 10111100 | 1011 | 1001001 | 0 | 11010 | 100100011 | 111010 | 101111 |
Color Harmonies of #A732BC
Complementary color
Monochromatic Colors of #A732BC
Black with #A732BC
Text Example
Text Example
White with #A732BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A732BC; }
p { color: rgb(167,50,188); }
H1.HeaderClassName
{
color: #A732BC;
}
.AnyTagClassName
{
color: #A732BC;
}
</style>
background-color css
<style>
a { background-color: #A732BC; }
a { background-color: rgb(167,50,188); }
div.DivClassName
{
background-color: #A732BC;
}
.BgClassName
{
background-color: #A732BC;
}
</style>
border-color css
<style>
span { border-color: #A732BC; }
span { border-color: rgb(167,50,188); }
td.TdClassName
{
border-color: #A732BC;
}
.TagClassName
{
border-color: #A732BC;
}
</style>