Shades of Dark Orchid #A535AB
Tints of Dark Orchid #A535AB
RGB
CMYK
RGB Variations
Color information
#A535AB (or 0xA535AB) is known color: Dark Orchid. HEX triplet: A5, 35 and AB. RGB value is (165,53,171). Sum of RGB (Red+Green+Blue) = 165+53+171=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 53 (21.09% from 255 or 13.62% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #A535AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A535AB is #5ACA54. Grayscale: #636363. Windows color (decimal): -5950037 or 11220389. OLE color: 11220389.
HSL color Cylindrical-coordinate representation of color #A535AB: hue angle of 296.95º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A535AB is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 53 | 171 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.33 |
| HSL | 296.95º | 0.53% | 0.44% | - |
| HSV(B) | 296.95º | 0.69% | 0.67% | - |
| XYZ | 24.14 | 13.49 | 39.86 | - |
| YUV | 99.94 | 168.11 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 53 | 171 | 0.04 | 0.69 | 0 | 0.33 | 296.95 | 0.53 | 0.44 |
| Hex | A5 | 35 | AB | 4 | 45 | 0 | 21 | 129 | 35 | 2C |
| Octal | 245 | 65 | 253 | 4 | 105 | 0 | 41 | 451 | 65 | 54 |
| Binary | 10100101 | 110101 | 10101011 | 100 | 1000101 | 0 | 100001 | 100101001 | 110101 | 101100 |
Color Harmonies of #A535AB
Complementary color
Monochromatic Colors of #A535AB
Black with #A535AB
Text Example
Text Example
White with #A535AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A535AB; }
p { color: rgb(165,53,171); }
H1.HeaderClassName
{
color: #A535AB;
}
.AnyTagClassName
{
color: #A535AB;
}
</style>
background-color css
<style>
a { background-color: #A535AB; }
a { background-color: rgb(165,53,171); }
div.DivClassName
{
background-color: #A535AB;
}
.BgClassName
{
background-color: #A535AB;
}
</style>
border-color css
<style>
span { border-color: #A535AB; }
span { border-color: rgb(165,53,171); }
td.TdClassName
{
border-color: #A535AB;
}
.TagClassName
{
border-color: #A535AB;
}
</style>