Shades of Dark Orchid #A546CC
Tints of Dark Orchid #A546CC
RGB
CMYK
RGB Variations
Color information
#A546CC (or 0xA546CC) is known color: Dark Orchid. HEX triplet: A5, 46 and CC. RGB value is (165,70,204). Sum of RGB (Red+Green+Blue) = 165+70+204=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #A546CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A546CC is #5AB933. Grayscale: #717171. Windows color (decimal): -5945652 or 13387429. OLE color: 13387429.
HSL color Cylindrical-coordinate representation of color #A546CC: hue angle of 282.54º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A546CC is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 70 | 204 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.2 |
| HSL | 282.54º | 0.57% | 0.54% | - |
| HSV(B) | 282.54º | 0.66% | 0.8% | - |
| XYZ | 28.61 | 16.74 | 58.85 | - |
| YUV | 113.68 | 178.97 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 70 | 204 | 0.19 | 0.66 | 0 | 0.2 | 282.54 | 0.57 | 0.54 |
| Hex | A5 | 46 | CC | 13 | 42 | 0 | 14 | 11B | 39 | 36 |
| Octal | 245 | 106 | 314 | 23 | 102 | 0 | 24 | 433 | 71 | 66 |
| Binary | 10100101 | 1000110 | 11001100 | 10011 | 1000010 | 0 | 10100 | 100011011 | 111001 | 110110 |
Color Harmonies of #A546CC
Complementary color
Monochromatic Colors of #A546CC
Black with #A546CC
Text Example
Text Example
White with #A546CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A546CC; }
p { color: rgb(165,70,204); }
H1.HeaderClassName
{
color: #A546CC;
}
.AnyTagClassName
{
color: #A546CC;
}
</style>
background-color css
<style>
a { background-color: #A546CC; }
a { background-color: rgb(165,70,204); }
div.DivClassName
{
background-color: #A546CC;
}
.BgClassName
{
background-color: #A546CC;
}
</style>
border-color css
<style>
span { border-color: #A546CC; }
span { border-color: rgb(165,70,204); }
td.TdClassName
{
border-color: #A546CC;
}
.TagClassName
{
border-color: #A546CC;
}
</style>