Shades of Dark Orchid #A545CC
Tints of Dark Orchid #A545CC
RGB
CMYK
RGB Variations
Color information
#A545CC (or 0xA545CC) is known color: Dark Orchid. HEX triplet: A5, 45 and CC. RGB value is (165,69,204). Sum of RGB (Red+Green+Blue) = 165+69+204=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #A545CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A545CC is #5ABA33. Grayscale: #707070. Windows color (decimal): -5945908 or 13387173. OLE color: 13387173.
HSL color Cylindrical-coordinate representation of color #A545CC: hue angle of 282.67º 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 #A545CC is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 69 | 204 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.2 |
| HSL | 282.67º | 0.57% | 0.54% | - |
| HSV(B) | 282.67º | 0.66% | 0.8% | - |
| XYZ | 28.54 | 16.62 | 58.83 | - |
| YUV | 113.09 | 179.3 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 69 | 204 | 0.19 | 0.66 | 0 | 0.2 | 282.67 | 0.57 | 0.54 |
| Hex | A5 | 45 | CC | 13 | 42 | 0 | 14 | 11B | 39 | 36 |
| Octal | 245 | 105 | 314 | 23 | 102 | 0 | 24 | 433 | 71 | 66 |
| Binary | 10100101 | 1000101 | 11001100 | 10011 | 1000010 | 0 | 10100 | 100011011 | 111001 | 110110 |
Color Harmonies of #A545CC
Complementary color
Monochromatic Colors of #A545CC
Black with #A545CC
Text Example
Text Example
White with #A545CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A545CC; }
p { color: rgb(165,69,204); }
H1.HeaderClassName
{
color: #A545CC;
}
.AnyTagClassName
{
color: #A545CC;
}
</style>
background-color css
<style>
a { background-color: #A545CC; }
a { background-color: rgb(165,69,204); }
div.DivClassName
{
background-color: #A545CC;
}
.BgClassName
{
background-color: #A545CC;
}
</style>
border-color css
<style>
span { border-color: #A545CC; }
span { border-color: rgb(165,69,204); }
td.TdClassName
{
border-color: #A545CC;
}
.TagClassName
{
border-color: #A545CC;
}
</style>