Shades of Dark Orchid #A83ABC
Tints of Dark Orchid #A83ABC
RGB
CMYK
RGB Variations
Color information
#A83ABC (or 0xA83ABC) is known color: Dark Orchid. HEX triplet: A8, 3A and BC. RGB value is (168,58,188). Sum of RGB (Red+Green+Blue) = 168+58+188=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #A83ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83ABC is #57C543. Grayscale: #696969. Windows color (decimal): -5752132 or 12335784. OLE color: 12335784.
HSL color Cylindrical-coordinate representation of color #A83ABC: hue angle of 290.77º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A83ABC is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 58 | 188 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.26 |
| HSL | 290.77º | 0.53% | 0.48% | - |
| HSV(B) | 290.77º | 0.69% | 0.74% | - |
| XYZ | 26.74 | 14.98 | 49.06 | - |
| YUV | 105.71 | 174.44 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 58 | 188 | 0.11 | 0.69 | 0 | 0.26 | 290.77 | 0.53 | 0.48 |
| Hex | A8 | 3A | BC | B | 45 | 0 | 1A | 123 | 35 | 30 |
| Octal | 250 | 72 | 274 | 13 | 105 | 0 | 32 | 443 | 65 | 60 |
| Binary | 10101000 | 111010 | 10111100 | 1011 | 1000101 | 0 | 11010 | 100100011 | 110101 | 110000 |
Color Harmonies of #A83ABC
Complementary color
Monochromatic Colors of #A83ABC
Black with #A83ABC
Text Example
Text Example
White with #A83ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83ABC; }
p { color: rgb(168,58,188); }
H1.HeaderClassName
{
color: #A83ABC;
}
.AnyTagClassName
{
color: #A83ABC;
}
</style>
background-color css
<style>
a { background-color: #A83ABC; }
a { background-color: rgb(168,58,188); }
div.DivClassName
{
background-color: #A83ABC;
}
.BgClassName
{
background-color: #A83ABC;
}
</style>
border-color css
<style>
span { border-color: #A83ABC; }
span { border-color: rgb(168,58,188); }
td.TdClassName
{
border-color: #A83ABC;
}
.TagClassName
{
border-color: #A83ABC;
}
</style>