Shades of Dark Orchid #A831BC
Tints of Dark Orchid #A831BC
RGB
CMYK
RGB Variations
Color information
#A831BC (or 0xA831BC) is known color: Dark Orchid. HEX triplet: A8, 31 and BC. RGB value is (168,49,188). Sum of RGB (Red+Green+Blue) = 168+49+188=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 49 (19.53% from 255 or 12.10% 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 #A831BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A831BC is #57CE43. Grayscale: #636363. Windows color (decimal): -5754436 or 12333480. OLE color: 12333480.
HSL color Cylindrical-coordinate representation of color #A831BC: hue angle of 291.37º 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 #A831BC is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 49 | 188 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.26 |
| HSL | 291.37º | 0.59% | 0.46% | - |
| HSV(B) | 291.37º | 0.74% | 0.74% | - |
| XYZ | 26.32 | 14.15 | 48.92 | - |
| YUV | 100.43 | 177.42 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 188 | 0.11 | 0.74 | 0 | 0.26 | 291.37 | 0.59 | 0.46 |
| Hex | A8 | 31 | BC | B | 4A | 0 | 1A | 123 | 3B | 2E |
| Octal | 250 | 61 | 274 | 13 | 112 | 0 | 32 | 443 | 73 | 56 |
| Binary | 10101000 | 110001 | 10111100 | 1011 | 1001010 | 0 | 11010 | 100100011 | 111011 | 101110 |
Color Harmonies of #A831BC
Complementary color
Monochromatic Colors of #A831BC
Black with #A831BC
Text Example
Text Example
White with #A831BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A831BC; }
p { color: rgb(168,49,188); }
H1.HeaderClassName
{
color: #A831BC;
}
.AnyTagClassName
{
color: #A831BC;
}
</style>
background-color css
<style>
a { background-color: #A831BC; }
a { background-color: rgb(168,49,188); }
div.DivClassName
{
background-color: #A831BC;
}
.BgClassName
{
background-color: #A831BC;
}
</style>
border-color css
<style>
span { border-color: #A831BC; }
span { border-color: rgb(168,49,188); }
td.TdClassName
{
border-color: #A831BC;
}
.TagClassName
{
border-color: #A831BC;
}
</style>