Shades of Dark Orchid #A522CF
Tints of Dark Orchid #A522CF
RGB
CMYK
RGB Variations
Color information
#A522CF (or 0xA522CF) is known color: Dark Orchid. HEX triplet: A5, 22 and CF. RGB value is (165,34,207). Sum of RGB (Red+Green+Blue) = 165+34+207=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 34 (13.67% from 255 or 8.37% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #A522CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A522CF is #5ADD30. Grayscale: #5C5C5C. Windows color (decimal): -5954865 or 13574821. OLE color: 13574821.
HSL color Cylindrical-coordinate representation of color #A522CF: hue angle of 285.43º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A522CF is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 34 | 207 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.19 |
| HSL | 285.43º | 0.72% | 0.47% | - |
| HSV(B) | 285.43º | 0.84% | 0.81% | - |
| XYZ | 27.35 | 13.65 | 60.22 | - |
| YUV | 92.89 | 192.4 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 34 | 207 | 0.20 | 0.84 | 0 | 0.19 | 285.43 | 0.72 | 0.47 |
| Hex | A5 | 22 | CF | 14 | 54 | 0 | 13 | 11D | 48 | 2F |
| Octal | 245 | 42 | 317 | 24 | 124 | 0 | 23 | 435 | 110 | 57 |
| Binary | 10100101 | 100010 | 11001111 | 10100 | 1010100 | 0 | 10011 | 100011101 | 1001000 | 101111 |
Color Harmonies of #A522CF
Complementary color
Monochromatic Colors of #A522CF
Black with #A522CF
Text Example
Text Example
White with #A522CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A522CF; }
p { color: rgb(165,34,207); }
H1.HeaderClassName
{
color: #A522CF;
}
.AnyTagClassName
{
color: #A522CF;
}
</style>
background-color css
<style>
a { background-color: #A522CF; }
a { background-color: rgb(165,34,207); }
div.DivClassName
{
background-color: #A522CF;
}
.BgClassName
{
background-color: #A522CF;
}
</style>
border-color css
<style>
span { border-color: #A522CF; }
span { border-color: rgb(165,34,207); }
td.TdClassName
{
border-color: #A522CF;
}
.TagClassName
{
border-color: #A522CF;
}
</style>