Shades of Dark Orchid #A83BCB
Tints of Dark Orchid #A83BCB
RGB
CMYK
RGB Variations
Color information
#A83BCB (or 0xA83BCB) is known color: Dark Orchid. HEX triplet: A8, 3B and CB. RGB value is (168,59,203). Sum of RGB (Red+Green+Blue) = 168+59+203=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #A83BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83BCB is #57C434. Grayscale: #6B6B6B. Windows color (decimal): -5751861 or 13319080. OLE color: 13319080.
HSL color Cylindrical-coordinate representation of color #A83BCB: hue angle of 285.42º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A83BCB is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 59 | 203 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.20 |
| HSL | 285.42º | 0.58% | 0.51% | - |
| HSV(B) | 285.42º | 0.71% | 0.8% | - |
| XYZ | 28.49 | 15.76 | 58.04 | - |
| YUV | 108.01 | 181.61 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 59 | 203 | 0.17 | 0.71 | 0 | 0.20 | 285.42 | 0.58 | 0.51 |
| Hex | A8 | 3B | CB | 11 | 47 | 0 | 14 | 11D | 3A | 33 |
| Octal | 250 | 73 | 313 | 21 | 107 | 0 | 24 | 435 | 72 | 63 |
| Binary | 10101000 | 111011 | 11001011 | 10001 | 1000111 | 0 | 10100 | 100011101 | 111010 | 110011 |
Color Harmonies of #A83BCB
Complementary color
Monochromatic Colors of #A83BCB
Black with #A83BCB
Text Example
Text Example
White with #A83BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83BCB; }
p { color: rgb(168,59,203); }
H1.HeaderClassName
{
color: #A83BCB;
}
.AnyTagClassName
{
color: #A83BCB;
}
</style>
background-color css
<style>
a { background-color: #A83BCB; }
a { background-color: rgb(168,59,203); }
div.DivClassName
{
background-color: #A83BCB;
}
.BgClassName
{
background-color: #A83BCB;
}
</style>
border-color css
<style>
span { border-color: #A83BCB; }
span { border-color: rgb(168,59,203); }
td.TdClassName
{
border-color: #A83BCB;
}
.TagClassName
{
border-color: #A83BCB;
}
</style>