Shades of Dark Orchid #A834AD
Tints of Dark Orchid #A834AD
RGB
CMYK
RGB Variations
Color information
#A834AD (or 0xA834AD) is known color: Dark Orchid. HEX triplet: A8, 34 and AD. RGB value is (168,52,173). Sum of RGB (Red+Green+Blue) = 168+52+173=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #A834AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A834AD is #57CB52. Grayscale: #646464. Windows color (decimal): -5753683 or 11351208. OLE color: 11351208.
HSL color Cylindrical-coordinate representation of color #A834AD: hue angle of 297.52º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A834AD is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 52 | 173 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.32 |
| HSL | 297.52º | 0.54% | 0.44% | - |
| HSV(B) | 297.52º | 0.7% | 0.68% | - |
| XYZ | 24.92 | 13.8 | 40.89 | - |
| YUV | 100.48 | 168.93 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 173 | 0.03 | 0.70 | 0 | 0.32 | 297.52 | 0.54 | 0.44 |
| Hex | A8 | 34 | AD | 3 | 46 | 0 | 20 | 12A | 36 | 2C |
| Octal | 250 | 64 | 255 | 3 | 106 | 0 | 40 | 452 | 66 | 54 |
| Binary | 10101000 | 110100 | 10101101 | 11 | 1000110 | 0 | 100000 | 100101010 | 110110 | 101100 |
Color Harmonies of #A834AD
Complementary color
Monochromatic Colors of #A834AD
Black with #A834AD
Text Example
Text Example
White with #A834AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A834AD; }
p { color: rgb(168,52,173); }
H1.HeaderClassName
{
color: #A834AD;
}
.AnyTagClassName
{
color: #A834AD;
}
</style>
background-color css
<style>
a { background-color: #A834AD; }
a { background-color: rgb(168,52,173); }
div.DivClassName
{
background-color: #A834AD;
}
.BgClassName
{
background-color: #A834AD;
}
</style>
border-color css
<style>
span { border-color: #A834AD; }
span { border-color: rgb(168,52,173); }
td.TdClassName
{
border-color: #A834AD;
}
.TagClassName
{
border-color: #A834AD;
}
</style>