Shades of Dark Orchid #A536BC
Tints of Dark Orchid #A536BC
RGB
CMYK
RGB Variations
Color information
#A536BC (or 0xA536BC) is known color: Dark Orchid. HEX triplet: A5, 36 and BC. RGB value is (165,54,188). Sum of RGB (Red+Green+Blue) = 165+54+188=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 54 (21.48% from 255 or 13.27% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #A536BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A536BC is #5AC943. Grayscale: #666666. Windows color (decimal): -5949764 or 12334757. OLE color: 12334757.
HSL color Cylindrical-coordinate representation of color #A536BC: hue angle of 289.7º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A536BC is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 54 | 188 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.26 |
| HSL | 289.7º | 0.55% | 0.47% | - |
| HSV(B) | 289.7º | 0.71% | 0.74% | - |
| XYZ | 25.91 | 14.27 | 48.97 | - |
| YUV | 102.47 | 176.27 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 54 | 188 | 0.12 | 0.71 | 0 | 0.26 | 289.7 | 0.55 | 0.47 |
| Hex | A5 | 36 | BC | C | 47 | 0 | 1A | 122 | 37 | 2F |
| Octal | 245 | 66 | 274 | 14 | 107 | 0 | 32 | 442 | 67 | 57 |
| Binary | 10100101 | 110110 | 10111100 | 1100 | 1000111 | 0 | 11010 | 100100010 | 110111 | 101111 |
Color Harmonies of #A536BC
Complementary color
Monochromatic Colors of #A536BC
Black with #A536BC
Text Example
Text Example
White with #A536BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A536BC; }
p { color: rgb(165,54,188); }
H1.HeaderClassName
{
color: #A536BC;
}
.AnyTagClassName
{
color: #A536BC;
}
</style>
background-color css
<style>
a { background-color: #A536BC; }
a { background-color: rgb(165,54,188); }
div.DivClassName
{
background-color: #A536BC;
}
.BgClassName
{
background-color: #A536BC;
}
</style>
border-color css
<style>
span { border-color: #A536BC; }
span { border-color: rgb(165,54,188); }
td.TdClassName
{
border-color: #A536BC;
}
.TagClassName
{
border-color: #A536BC;
}
</style>