Shades of Dark Orchid #A832AD
Tints of Dark Orchid #A832AD
RGB
CMYK
RGB Variations
Color information
#A832AD (or 0xA832AD) is known color: Dark Orchid. HEX triplet: A8, 32 and AD. RGB value is (168,50,173). Sum of RGB (Red+Green+Blue) = 168+50+173=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #A832AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A832AD is #57CD52. Grayscale: #626262. Windows color (decimal): -5754195 or 11350696. OLE color: 11350696.
HSL color Cylindrical-coordinate representation of color #A832AD: hue angle of 297.56º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A832AD is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 50 | 173 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.32 |
| HSL | 297.56º | 0.55% | 0.44% | - |
| HSV(B) | 297.56º | 0.71% | 0.68% | - |
| XYZ | 24.83 | 13.62 | 40.86 | - |
| YUV | 99.3 | 169.59 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 173 | 0.03 | 0.71 | 0 | 0.32 | 297.56 | 0.55 | 0.44 |
| Hex | A8 | 32 | AD | 3 | 47 | 0 | 20 | 12A | 37 | 2C |
| Octal | 250 | 62 | 255 | 3 | 107 | 0 | 40 | 452 | 67 | 54 |
| Binary | 10101000 | 110010 | 10101101 | 11 | 1000111 | 0 | 100000 | 100101010 | 110111 | 101100 |
Color Harmonies of #A832AD
Complementary color
Monochromatic Colors of #A832AD
Black with #A832AD
Text Example
Text Example
White with #A832AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A832AD; }
p { color: rgb(168,50,173); }
H1.HeaderClassName
{
color: #A832AD;
}
.AnyTagClassName
{
color: #A832AD;
}
</style>
background-color css
<style>
a { background-color: #A832AD; }
a { background-color: rgb(168,50,173); }
div.DivClassName
{
background-color: #A832AD;
}
.BgClassName
{
background-color: #A832AD;
}
</style>
border-color css
<style>
span { border-color: #A832AD; }
span { border-color: rgb(168,50,173); }
td.TdClassName
{
border-color: #A832AD;
}
.TagClassName
{
border-color: #A832AD;
}
</style>