Shades of Dark Orchid #A83CBB
Tints of Dark Orchid #A83CBB
RGB
CMYK
RGB Variations
Color information
#A83CBB (or 0xA83CBB) is known color: Dark Orchid. HEX triplet: A8, 3C and BB. RGB value is (168,60,187). Sum of RGB (Red+Green+Blue) = 168+60+187=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #A83CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83CBB is #57C344. Grayscale: #6A6A6A. Windows color (decimal): -5751621 or 12270760. OLE color: 12270760.
HSL color Cylindrical-coordinate representation of color #A83CBB: hue angle of 291.02º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A83CBB is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 60 | 187 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.27 |
| HSL | 291.02º | 0.51% | 0.48% | - |
| HSV(B) | 291.02º | 0.68% | 0.73% | - |
| XYZ | 26.73 | 15.14 | 48.53 | - |
| YUV | 106.77 | 173.28 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 187 | 0.10 | 0.68 | 0 | 0.27 | 291.02 | 0.51 | 0.48 |
| Hex | A8 | 3C | BB | A | 44 | 0 | 1B | 123 | 33 | 30 |
| Octal | 250 | 74 | 273 | 12 | 104 | 0 | 33 | 443 | 63 | 60 |
| Binary | 10101000 | 111100 | 10111011 | 1010 | 1000100 | 0 | 11011 | 100100011 | 110011 | 110000 |
Color Harmonies of #A83CBB
Complementary color
Monochromatic Colors of #A83CBB
Black with #A83CBB
Text Example
Text Example
White with #A83CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83CBB; }
p { color: rgb(168,60,187); }
H1.HeaderClassName
{
color: #A83CBB;
}
.AnyTagClassName
{
color: #A83CBB;
}
</style>
background-color css
<style>
a { background-color: #A83CBB; }
a { background-color: rgb(168,60,187); }
div.DivClassName
{
background-color: #A83CBB;
}
.BgClassName
{
background-color: #A83CBB;
}
</style>
border-color css
<style>
span { border-color: #A83CBB; }
span { border-color: rgb(168,60,187); }
td.TdClassName
{
border-color: #A83CBB;
}
.TagClassName
{
border-color: #A83CBB;
}
</style>