Shades of Dark Orchid #A835AD
Tints of Dark Orchid #A835AD
RGB
CMYK
RGB Variations
Color information
#A835AD (or 0xA835AD) is known color: Dark Orchid. HEX triplet: A8, 35 and AD. RGB value is (168,53,173). Sum of RGB (Red+Green+Blue) = 168+53+173=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #A835AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A835AD is #57CA52. Grayscale: #646464. Windows color (decimal): -5753427 or 11351464. OLE color: 11351464.
HSL color Cylindrical-coordinate representation of color #A835AD: hue angle of 297.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A835AD is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 53 | 173 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.32 |
| HSL | 297.5º | 0.53% | 0.44% | - |
| HSV(B) | 297.5º | 0.69% | 0.68% | - |
| XYZ | 24.96 | 13.89 | 40.9 | - |
| YUV | 101.07 | 168.6 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 173 | 0.03 | 0.69 | 0 | 0.32 | 297.5 | 0.53 | 0.44 |
| Hex | A8 | 35 | AD | 3 | 45 | 0 | 20 | 12A | 35 | 2C |
| Octal | 250 | 65 | 255 | 3 | 105 | 0 | 40 | 452 | 65 | 54 |
| Binary | 10101000 | 110101 | 10101101 | 11 | 1000101 | 0 | 100000 | 100101010 | 110101 | 101100 |
Color Harmonies of #A835AD
Complementary color
Monochromatic Colors of #A835AD
Black with #A835AD
Text Example
Text Example
White with #A835AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A835AD; }
p { color: rgb(168,53,173); }
H1.HeaderClassName
{
color: #A835AD;
}
.AnyTagClassName
{
color: #A835AD;
}
</style>
background-color css
<style>
a { background-color: #A835AD; }
a { background-color: rgb(168,53,173); }
div.DivClassName
{
background-color: #A835AD;
}
.BgClassName
{
background-color: #A835AD;
}
</style>
border-color css
<style>
span { border-color: #A835AD; }
span { border-color: rgb(168,53,173); }
td.TdClassName
{
border-color: #A835AD;
}
.TagClassName
{
border-color: #A835AD;
}
</style>