Shades of Dark Orchid #A730BC
Tints of Dark Orchid #A730BC
RGB
CMYK
RGB Variations
Color information
#A730BC (or 0xA730BC) is known color: Dark Orchid. HEX triplet: A7, 30 and BC. RGB value is (167,48,188). Sum of RGB (Red+Green+Blue) = 167+48+188=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #A730BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A730BC is #58CF43. Grayscale: #636363. Windows color (decimal): -5820228 or 12333223. OLE color: 12333223.
HSL color Cylindrical-coordinate representation of color #A730BC: hue angle of 291º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A730BC is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 48 | 188 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.26 |
| HSL | 291º | 0.59% | 0.46% | - |
| HSV(B) | 291º | 0.74% | 0.74% | - |
| XYZ | 26.07 | 13.96 | 48.9 | - |
| YUV | 99.54 | 177.92 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 48 | 188 | 0.11 | 0.74 | 0 | 0.26 | 291 | 0.59 | 0.46 |
| Hex | A7 | 30 | BC | B | 4A | 0 | 1A | 123 | 3B | 2E |
| Octal | 247 | 60 | 274 | 13 | 112 | 0 | 32 | 443 | 73 | 56 |
| Binary | 10100111 | 110000 | 10111100 | 1011 | 1001010 | 0 | 11010 | 100100011 | 111011 | 101110 |
Color Harmonies of #A730BC
Complementary color
Monochromatic Colors of #A730BC
Black with #A730BC
Text Example
Text Example
White with #A730BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A730BC; }
p { color: rgb(167,48,188); }
H1.HeaderClassName
{
color: #A730BC;
}
.AnyTagClassName
{
color: #A730BC;
}
</style>
background-color css
<style>
a { background-color: #A730BC; }
a { background-color: rgb(167,48,188); }
div.DivClassName
{
background-color: #A730BC;
}
.BgClassName
{
background-color: #A730BC;
}
</style>
border-color css
<style>
span { border-color: #A730BC; }
span { border-color: rgb(167,48,188); }
td.TdClassName
{
border-color: #A730BC;
}
.TagClassName
{
border-color: #A730BC;
}
</style>