Shades of Dark Orchid #A823AD
Tints of Dark Orchid #A823AD
RGB
CMYK
RGB Variations
Color information
#A823AD (or 0xA823AD) is known color: Dark Orchid. HEX triplet: A8, 23 and AD. RGB value is (168,35,173). Sum of RGB (Red+Green+Blue) = 168+35+173=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #A823AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A823AD is #57DC52. Grayscale: #5A5A5A. Windows color (decimal): -5758035 or 11346856. OLE color: 11346856.
HSL color Cylindrical-coordinate representation of color #A823AD: hue angle of 297.83º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A823AD is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 35 | 173 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.32 |
| HSL | 297.83º | 0.66% | 0.41% | - |
| HSV(B) | 297.83º | 0.8% | 0.68% | - |
| XYZ | 24.29 | 12.54 | 40.68 | - |
| YUV | 90.5 | 174.56 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 173 | 0.03 | 0.80 | 0 | 0.32 | 297.83 | 0.66 | 0.41 |
| Hex | A8 | 23 | AD | 3 | 50 | 0 | 20 | 12A | 42 | 29 |
| Octal | 250 | 43 | 255 | 3 | 120 | 0 | 40 | 452 | 102 | 51 |
| Binary | 10101000 | 100011 | 10101101 | 11 | 1010000 | 0 | 100000 | 100101010 | 1000010 | 101001 |
Color Harmonies of #A823AD
Complementary color
Monochromatic Colors of #A823AD
Black with #A823AD
Text Example
Text Example
White with #A823AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A823AD; }
p { color: rgb(168,35,173); }
H1.HeaderClassName
{
color: #A823AD;
}
.AnyTagClassName
{
color: #A823AD;
}
</style>
background-color css
<style>
a { background-color: #A823AD; }
a { background-color: rgb(168,35,173); }
div.DivClassName
{
background-color: #A823AD;
}
.BgClassName
{
background-color: #A823AD;
}
</style>
border-color css
<style>
span { border-color: #A823AD; }
span { border-color: rgb(168,35,173); }
td.TdClassName
{
border-color: #A823AD;
}
.TagClassName
{
border-color: #A823AD;
}
</style>