Shades of Dark Orchid #A535D1
Tints of Dark Orchid #A535D1
RGB
CMYK
RGB Variations
Color information
#A535D1 (or 0xA535D1) is known color: Dark Orchid. HEX triplet: A5, 35 and D1. RGB value is (165,53,209). Sum of RGB (Red+Green+Blue) = 165+53+209=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 53 (21.09% from 255 or 12.41% from 427); Blue value is 209 (82.03% from 255 or 48.95% from 427); Max value from RGB is 209 - color contains mainly: blue. Hex color #A535D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A535D1 is #5ACA2E. Grayscale: #676767. Windows color (decimal): -5949999 or 13710757. OLE color: 13710757.
HSL color Cylindrical-coordinate representation of color #A535D1: hue angle of 283.08º degrees, saturation: 0.63, 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 #A535D1 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 53 | 209 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.18 |
| HSL | 283.08º | 0.63% | 0.51% | - |
| HSV(B) | 283.08º | 0.75% | 0.82% | - |
| XYZ | 28.3 | 15.15 | 61.75 | - |
| YUV | 104.27 | 187.11 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 53 | 209 | 0.21 | 0.75 | 0 | 0.18 | 283.08 | 0.63 | 0.51 |
| Hex | A5 | 35 | D1 | 15 | 4B | 0 | 12 | 11B | 3F | 33 |
| Octal | 245 | 65 | 321 | 25 | 113 | 0 | 22 | 433 | 77 | 63 |
| Binary | 10100101 | 110101 | 11010001 | 10101 | 1001011 | 0 | 10010 | 100011011 | 111111 | 110011 |
Color Harmonies of #A535D1
Complementary color
Monochromatic Colors of #A535D1
Black with #A535D1
Text Example
Text Example
White with #A535D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A535D1; }
p { color: rgb(165,53,209); }
H1.HeaderClassName
{
color: #A535D1;
}
.AnyTagClassName
{
color: #A535D1;
}
</style>
background-color css
<style>
a { background-color: #A535D1; }
a { background-color: rgb(165,53,209); }
div.DivClassName
{
background-color: #A535D1;
}
.BgClassName
{
background-color: #A535D1;
}
</style>
border-color css
<style>
span { border-color: #A535D1; }
span { border-color: rgb(165,53,209); }
td.TdClassName
{
border-color: #A535D1;
}
.TagClassName
{
border-color: #A535D1;
}
</style>