Shades of Dark Orchid #A83BCA
Tints of Dark Orchid #A83BCA
RGB
CMYK
RGB Variations
Color information
#A83BCA (or 0xA83BCA) is known color: Dark Orchid. HEX triplet: A8, 3B and CA. RGB value is (168,59,202). Sum of RGB (Red+Green+Blue) = 168+59+202=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #A83BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83BCA is #57C435. Grayscale: #6B6B6B. Windows color (decimal): -5751862 or 13253544. OLE color: 13253544.
HSL color Cylindrical-coordinate representation of color #A83BCA: hue angle of 285.73º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A83BCA is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 59 | 202 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.21 |
| HSL | 285.73º | 0.57% | 0.51% | - |
| HSV(B) | 285.73º | 0.71% | 0.79% | - |
| XYZ | 28.37 | 15.72 | 57.42 | - |
| YUV | 107.89 | 181.11 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 59 | 202 | 0.17 | 0.71 | 0 | 0.21 | 285.73 | 0.57 | 0.51 |
| Hex | A8 | 3B | CA | 11 | 47 | 0 | 15 | 11E | 39 | 33 |
| Octal | 250 | 73 | 312 | 21 | 107 | 0 | 25 | 436 | 71 | 63 |
| Binary | 10101000 | 111011 | 11001010 | 10001 | 1000111 | 0 | 10101 | 100011110 | 111001 | 110011 |
Color Harmonies of #A83BCA
Complementary color
Monochromatic Colors of #A83BCA
Black with #A83BCA
Text Example
Text Example
White with #A83BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83BCA; }
p { color: rgb(168,59,202); }
H1.HeaderClassName
{
color: #A83BCA;
}
.AnyTagClassName
{
color: #A83BCA;
}
</style>
background-color css
<style>
a { background-color: #A83BCA; }
a { background-color: rgb(168,59,202); }
div.DivClassName
{
background-color: #A83BCA;
}
.BgClassName
{
background-color: #A83BCA;
}
</style>
border-color css
<style>
span { border-color: #A83BCA; }
span { border-color: rgb(168,59,202); }
td.TdClassName
{
border-color: #A83BCA;
}
.TagClassName
{
border-color: #A83BCA;
}
</style>