Shades of Dark Orchid #A535D0
Tints of Dark Orchid #A535D0
RGB
CMYK
RGB Variations
Color information
#A535D0 (or 0xA535D0) is known color: Dark Orchid. HEX triplet: A5, 35 and D0. RGB value is (165,53,208). Sum of RGB (Red+Green+Blue) = 165+53+208=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 53 (21.09% from 255 or 12.44% from 426); Blue value is 208 (81.64% from 255 or 48.83% from 426); Max value from RGB is 208 - color contains mainly: blue. Hex color #A535D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A535D0 is #5ACA2F. Grayscale: #676767. Windows color (decimal): -5950000 or 13645221. OLE color: 13645221.
HSL color Cylindrical-coordinate representation of color #A535D0: hue angle of 283.35º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A535D0 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 53 | 208 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.18 |
| HSL | 283.35º | 0.62% | 0.51% | - |
| HSV(B) | 283.35º | 0.75% | 0.82% | - |
| XYZ | 28.18 | 15.1 | 61.1 | - |
| YUV | 104.16 | 186.61 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 53 | 208 | 0.21 | 0.75 | 0 | 0.18 | 283.35 | 0.62 | 0.51 |
| Hex | A5 | 35 | D0 | 15 | 4B | 0 | 12 | 11B | 3E | 33 |
| Octal | 245 | 65 | 320 | 25 | 113 | 0 | 22 | 433 | 76 | 63 |
| Binary | 10100101 | 110101 | 11010000 | 10101 | 1001011 | 0 | 10010 | 100011011 | 111110 | 110011 |
Color Harmonies of #A535D0
Complementary color
Monochromatic Colors of #A535D0
Black with #A535D0
Text Example
Text Example
White with #A535D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A535D0; }
p { color: rgb(165,53,208); }
H1.HeaderClassName
{
color: #A535D0;
}
.AnyTagClassName
{
color: #A535D0;
}
</style>
background-color css
<style>
a { background-color: #A535D0; }
a { background-color: rgb(165,53,208); }
div.DivClassName
{
background-color: #A535D0;
}
.BgClassName
{
background-color: #A535D0;
}
</style>
border-color css
<style>
span { border-color: #A535D0; }
span { border-color: rgb(165,53,208); }
td.TdClassName
{
border-color: #A535D0;
}
.TagClassName
{
border-color: #A535D0;
}
</style>