Shades of Dark Orchid #A536B4
Tints of Dark Orchid #A536B4
RGB
CMYK
RGB Variations
Color information
#A536B4 (or 0xA536B4) is known color: Dark Orchid. HEX triplet: A5, 36 and B4. RGB value is (165,54,180). Sum of RGB (Red+Green+Blue) = 165+54+180=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 180 (70.70% from 255 or 45.11% from 399); Max value from RGB is 180 - color contains mainly: blue. Hex color #A536B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A536B4 is #5AC94B. Grayscale: #656565. Windows color (decimal): -5949772 or 11810469. OLE color: 11810469.
HSL color Cylindrical-coordinate representation of color #A536B4: hue angle of 292.86º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A536B4 is Cyan = 0.08, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 54 | 180 | - |
| CMYK | 0.08 | 0.7 | 0 | 0.29 |
| HSL | 292.86º | 0.54% | 0.46% | - |
| HSV(B) | 292.86º | 0.7% | 0.71% | - |
| XYZ | 25.07 | 13.93 | 44.55 | - |
| YUV | 101.55 | 172.27 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 54 | 180 | 0.08 | 0.7 | 0 | 0.29 | 292.86 | 0.54 | 0.46 |
| Hex | A5 | 36 | B4 | 8 | 46 | 0 | 1D | 125 | 36 | 2E |
| Octal | 245 | 66 | 264 | 10 | 106 | 0 | 35 | 445 | 66 | 56 |
| Binary | 10100101 | 110110 | 10110100 | 1000 | 1000110 | 0 | 11101 | 100100101 | 110110 | 101110 |
Color Harmonies of #A536B4
Complementary color
Monochromatic Colors of #A536B4
Black with #A536B4
Text Example
Text Example
White with #A536B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A536B4; }
p { color: rgb(165,54,180); }
H1.HeaderClassName
{
color: #A536B4;
}
.AnyTagClassName
{
color: #A536B4;
}
</style>
background-color css
<style>
a { background-color: #A536B4; }
a { background-color: rgb(165,54,180); }
div.DivClassName
{
background-color: #A536B4;
}
.BgClassName
{
background-color: #A536B4;
}
</style>
border-color css
<style>
span { border-color: #A536B4; }
span { border-color: rgb(165,54,180); }
td.TdClassName
{
border-color: #A536B4;
}
.TagClassName
{
border-color: #A536B4;
}
</style>