Shades of Dark Orchid #A827AD
Tints of Dark Orchid #A827AD
RGB
CMYK
RGB Variations
Color information
#A827AD (or 0xA827AD) is known color: Dark Orchid. HEX triplet: A8, 27 and AD. RGB value is (168,39,173). Sum of RGB (Red+Green+Blue) = 168+39+173=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #A827AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A827AD is #57D852. Grayscale: #5C5C5C. Windows color (decimal): -5757011 or 11347880. OLE color: 11347880.
HSL color Cylindrical-coordinate representation of color #A827AD: hue angle of 297.76º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A827AD is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 39 | 173 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.32 |
| HSL | 297.76º | 0.63% | 0.42% | - |
| HSV(B) | 297.76º | 0.77% | 0.68% | - |
| XYZ | 24.42 | 12.79 | 40.72 | - |
| YUV | 92.85 | 173.24 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 173 | 0.03 | 0.77 | 0 | 0.32 | 297.76 | 0.63 | 0.42 |
| Hex | A8 | 27 | AD | 3 | 4D | 0 | 20 | 12A | 3F | 2A |
| Octal | 250 | 47 | 255 | 3 | 115 | 0 | 40 | 452 | 77 | 52 |
| Binary | 10101000 | 100111 | 10101101 | 11 | 1001101 | 0 | 100000 | 100101010 | 111111 | 101010 |
Color Harmonies of #A827AD
Complementary color
Monochromatic Colors of #A827AD
Black with #A827AD
Text Example
Text Example
White with #A827AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A827AD; }
p { color: rgb(168,39,173); }
H1.HeaderClassName
{
color: #A827AD;
}
.AnyTagClassName
{
color: #A827AD;
}
</style>
background-color css
<style>
a { background-color: #A827AD; }
a { background-color: rgb(168,39,173); }
div.DivClassName
{
background-color: #A827AD;
}
.BgClassName
{
background-color: #A827AD;
}
</style>
border-color css
<style>
span { border-color: #A827AD; }
span { border-color: rgb(168,39,173); }
td.TdClassName
{
border-color: #A827AD;
}
.TagClassName
{
border-color: #A827AD;
}
</style>