Shades of Dark Orchid #A538AD
Tints of Dark Orchid #A538AD
RGB
CMYK
RGB Variations
Color information
#A538AD (or 0xA538AD) is known color: Dark Orchid. HEX triplet: A5, 38 and AD. RGB value is (165,56,173). Sum of RGB (Red+Green+Blue) = 165+56+173=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 56 (22.27% from 255 or 14.21% 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 #A538AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A538AD is #5AC752. Grayscale: #656565. Windows color (decimal): -5949267 or 11352229. OLE color: 11352229.
HSL color Cylindrical-coordinate representation of color #A538AD: hue angle of 295.9º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A538AD is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 56 | 173 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.32 |
| HSL | 295.9º | 0.51% | 0.45% | - |
| HSV(B) | 295.9º | 0.68% | 0.68% | - |
| XYZ | 24.47 | 13.84 | 40.92 | - |
| YUV | 101.93 | 168.11 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 56 | 173 | 0.05 | 0.68 | 0 | 0.32 | 295.9 | 0.51 | 0.45 |
| Hex | A5 | 38 | AD | 5 | 44 | 0 | 20 | 128 | 33 | 2D |
| Octal | 245 | 70 | 255 | 5 | 104 | 0 | 40 | 450 | 63 | 55 |
| Binary | 10100101 | 111000 | 10101101 | 101 | 1000100 | 0 | 100000 | 100101000 | 110011 | 101101 |
Color Harmonies of #A538AD
Complementary color
Monochromatic Colors of #A538AD
Black with #A538AD
Text Example
Text Example
White with #A538AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A538AD; }
p { color: rgb(165,56,173); }
H1.HeaderClassName
{
color: #A538AD;
}
.AnyTagClassName
{
color: #A538AD;
}
</style>
background-color css
<style>
a { background-color: #A538AD; }
a { background-color: rgb(165,56,173); }
div.DivClassName
{
background-color: #A538AD;
}
.BgClassName
{
background-color: #A538AD;
}
</style>
border-color css
<style>
span { border-color: #A538AD; }
span { border-color: rgb(165,56,173); }
td.TdClassName
{
border-color: #A538AD;
}
.TagClassName
{
border-color: #A538AD;
}
</style>