Shades of Dark Orchid #A546CE
Tints of Dark Orchid #A546CE
RGB
CMYK
RGB Variations
Color information
#A546CE (or 0xA546CE) is known color: Dark Orchid. HEX triplet: A5, 46 and CE. RGB value is (165,70,206). Sum of RGB (Red+Green+Blue) = 165+70+206=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #A546CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A546CE is #5AB931. Grayscale: #717171. Windows color (decimal): -5945650 or 13518501. OLE color: 13518501.
HSL color Cylindrical-coordinate representation of color #A546CE: hue angle of 281.91º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A546CE is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 70 | 206 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.19 |
| HSL | 281.91º | 0.58% | 0.54% | - |
| HSV(B) | 281.91º | 0.66% | 0.81% | - |
| XYZ | 28.85 | 16.84 | 60.12 | - |
| YUV | 113.91 | 179.97 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 70 | 206 | 0.20 | 0.66 | 0 | 0.19 | 281.91 | 0.58 | 0.54 |
| Hex | A5 | 46 | CE | 14 | 42 | 0 | 13 | 11A | 3A | 36 |
| Octal | 245 | 106 | 316 | 24 | 102 | 0 | 23 | 432 | 72 | 66 |
| Binary | 10100101 | 1000110 | 11001110 | 10100 | 1000010 | 0 | 10011 | 100011010 | 111010 | 110110 |
Color Harmonies of #A546CE
Complementary color
Monochromatic Colors of #A546CE
Black with #A546CE
Text Example
Text Example
White with #A546CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A546CE; }
p { color: rgb(165,70,206); }
H1.HeaderClassName
{
color: #A546CE;
}
.AnyTagClassName
{
color: #A546CE;
}
</style>
background-color css
<style>
a { background-color: #A546CE; }
a { background-color: rgb(165,70,206); }
div.DivClassName
{
background-color: #A546CE;
}
.BgClassName
{
background-color: #A546CE;
}
</style>
border-color css
<style>
span { border-color: #A546CE; }
span { border-color: rgb(165,70,206); }
td.TdClassName
{
border-color: #A546CE;
}
.TagClassName
{
border-color: #A546CE;
}
</style>