Shades of Dark Orchid #A832BC
Tints of Dark Orchid #A832BC
RGB
CMYK
RGB Variations
Color information
#A832BC (or 0xA832BC) is known color: Dark Orchid. HEX triplet: A8, 32 and BC. RGB value is (168,50,188). Sum of RGB (Red+Green+Blue) = 168+50+188=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #A832BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A832BC is #57CD43. Grayscale: #646464. Windows color (decimal): -5754180 or 12333736. OLE color: 12333736.
HSL color Cylindrical-coordinate representation of color #A832BC: hue angle of 291.3º 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 #A832BC is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 50 | 188 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.26 |
| HSL | 291.3º | 0.58% | 0.47% | - |
| HSV(B) | 291.3º | 0.73% | 0.74% | - |
| XYZ | 26.37 | 14.24 | 48.94 | - |
| YUV | 101.01 | 177.09 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 188 | 0.11 | 0.73 | 0 | 0.26 | 291.3 | 0.58 | 0.47 |
| Hex | A8 | 32 | BC | B | 49 | 0 | 1A | 123 | 3A | 2F |
| Octal | 250 | 62 | 274 | 13 | 111 | 0 | 32 | 443 | 72 | 57 |
| Binary | 10101000 | 110010 | 10111100 | 1011 | 1001001 | 0 | 11010 | 100100011 | 111010 | 101111 |
Color Harmonies of #A832BC
Complementary color
Monochromatic Colors of #A832BC
Black with #A832BC
Text Example
Text Example
White with #A832BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A832BC; }
p { color: rgb(168,50,188); }
H1.HeaderClassName
{
color: #A832BC;
}
.AnyTagClassName
{
color: #A832BC;
}
</style>
background-color css
<style>
a { background-color: #A832BC; }
a { background-color: rgb(168,50,188); }
div.DivClassName
{
background-color: #A832BC;
}
.BgClassName
{
background-color: #A832BC;
}
</style>
border-color css
<style>
span { border-color: #A832BC; }
span { border-color: rgb(168,50,188); }
td.TdClassName
{
border-color: #A832BC;
}
.TagClassName
{
border-color: #A832BC;
}
</style>