Shades of Dark Orchid #A545D2
Tints of Dark Orchid #A545D2
RGB
CMYK
RGB Variations
Color information
#A545D2 (or 0xA545D2) is known color: Dark Orchid. HEX triplet: A5, 45 and D2. RGB value is (165,69,210). Sum of RGB (Red+Green+Blue) = 165+69+210=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 210 (82.42% from 255 or 47.30% from 444); Max value from RGB is 210 - color contains mainly: blue. Hex color #A545D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A545D2 is #5ABA2D. Grayscale: #717171. Windows color (decimal): -5945902 or 13780389. OLE color: 13780389.
HSL color Cylindrical-coordinate representation of color #A545D2: hue angle of 280.85º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A545D2 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 69 | 210 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.18 |
| HSL | 280.85º | 0.61% | 0.55% | - |
| HSV(B) | 280.85º | 0.67% | 0.82% | - |
| XYZ | 29.28 | 16.91 | 62.69 | - |
| YUV | 113.78 | 182.3 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 69 | 210 | 0.21 | 0.67 | 0 | 0.18 | 280.85 | 0.61 | 0.55 |
| Hex | A5 | 45 | D2 | 15 | 43 | 0 | 12 | 119 | 3D | 37 |
| Octal | 245 | 105 | 322 | 25 | 103 | 0 | 22 | 431 | 75 | 67 |
| Binary | 10100101 | 1000101 | 11010010 | 10101 | 1000011 | 0 | 10010 | 100011001 | 111101 | 110111 |
Color Harmonies of #A545D2
Complementary color
Monochromatic Colors of #A545D2
Black with #A545D2
Text Example
Text Example
White with #A545D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A545D2; }
p { color: rgb(165,69,210); }
H1.HeaderClassName
{
color: #A545D2;
}
.AnyTagClassName
{
color: #A545D2;
}
</style>
background-color css
<style>
a { background-color: #A545D2; }
a { background-color: rgb(165,69,210); }
div.DivClassName
{
background-color: #A545D2;
}
.BgClassName
{
background-color: #A545D2;
}
</style>
border-color css
<style>
span { border-color: #A545D2; }
span { border-color: rgb(165,69,210); }
td.TdClassName
{
border-color: #A545D2;
}
.TagClassName
{
border-color: #A545D2;
}
</style>