Shades of Dark Orchid #A536C0
Tints of Dark Orchid #A536C0
RGB
CMYK
RGB Variations
Color information
#A536C0 (or 0xA536C0) is known color: Dark Orchid. HEX triplet: A5, 36 and C0. RGB value is (165,54,192). Sum of RGB (Red+Green+Blue) = 165+54+192=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 192 (75.39% from 255 or 46.72% from 411); Max value from RGB is 192 - color contains mainly: blue. Hex color #A536C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A536C0 is #5AC93F. Grayscale: #666666. Windows color (decimal): -5949760 or 12596901. OLE color: 12596901.
HSL color Cylindrical-coordinate representation of color #A536C0: hue angle of 288.26º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A536C0 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 54 | 192 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.25 |
| HSL | 288.26º | 0.56% | 0.48% | - |
| HSV(B) | 288.26º | 0.72% | 0.75% | - |
| XYZ | 26.35 | 14.44 | 51.27 | - |
| YUV | 102.92 | 178.27 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 54 | 192 | 0.14 | 0.72 | 0 | 0.25 | 288.26 | 0.56 | 0.48 |
| Hex | A5 | 36 | C0 | E | 48 | 0 | 19 | 120 | 38 | 30 |
| Octal | 245 | 66 | 300 | 16 | 110 | 0 | 31 | 440 | 70 | 60 |
| Binary | 10100101 | 110110 | 11000000 | 1110 | 1001000 | 0 | 11001 | 100100000 | 111000 | 110000 |
Color Harmonies of #A536C0
Complementary color
Monochromatic Colors of #A536C0
Black with #A536C0
Text Example
Text Example
White with #A536C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A536C0; }
p { color: rgb(165,54,192); }
H1.HeaderClassName
{
color: #A536C0;
}
.AnyTagClassName
{
color: #A536C0;
}
</style>
background-color css
<style>
a { background-color: #A536C0; }
a { background-color: rgb(165,54,192); }
div.DivClassName
{
background-color: #A536C0;
}
.BgClassName
{
background-color: #A536C0;
}
</style>
border-color css
<style>
span { border-color: #A536C0; }
span { border-color: rgb(165,54,192); }
td.TdClassName
{
border-color: #A536C0;
}
.TagClassName
{
border-color: #A536C0;
}
</style>