Shades of Dark Orchid #A535AD
Tints of Dark Orchid #A535AD
RGB
CMYK
RGB Variations
Color information
#A535AD (or 0xA535AD) is known color: Dark Orchid. HEX triplet: A5, 35 and AD. RGB value is (165,53,173). Sum of RGB (Red+Green+Blue) = 165+53+173=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 53 (21.09% from 255 or 13.55% 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 #A535AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A535AD is #5ACA52. Grayscale: #636363. Windows color (decimal): -5950035 or 11351461. OLE color: 11351461.
HSL color Cylindrical-coordinate representation of color #A535AD: hue angle of 296º 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 #A535AD is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 53 | 173 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.32 |
| HSL | 296º | 0.53% | 0.44% | - |
| HSV(B) | 296º | 0.69% | 0.68% | - |
| XYZ | 24.33 | 13.56 | 40.87 | - |
| YUV | 100.17 | 169.11 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 53 | 173 | 0.05 | 0.69 | 0 | 0.32 | 296 | 0.53 | 0.44 |
| Hex | A5 | 35 | AD | 5 | 45 | 0 | 20 | 128 | 35 | 2C |
| Octal | 245 | 65 | 255 | 5 | 105 | 0 | 40 | 450 | 65 | 54 |
| Binary | 10100101 | 110101 | 10101101 | 101 | 1000101 | 0 | 100000 | 100101000 | 110101 | 101100 |
Color Harmonies of #A535AD
Complementary color
Monochromatic Colors of #A535AD
Black with #A535AD
Text Example
Text Example
White with #A535AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A535AD; }
p { color: rgb(165,53,173); }
H1.HeaderClassName
{
color: #A535AD;
}
.AnyTagClassName
{
color: #A535AD;
}
</style>
background-color css
<style>
a { background-color: #A535AD; }
a { background-color: rgb(165,53,173); }
div.DivClassName
{
background-color: #A535AD;
}
.BgClassName
{
background-color: #A535AD;
}
</style>
border-color css
<style>
span { border-color: #A535AD; }
span { border-color: rgb(165,53,173); }
td.TdClassName
{
border-color: #A535AD;
}
.TagClassName
{
border-color: #A535AD;
}
</style>