Shades of Dark Orchid #A520AE
Tints of Dark Orchid #A520AE
RGB
CMYK
RGB Variations
Color information
#A520AE (or 0xA520AE) is known color: Dark Orchid. HEX triplet: A5, 20 and AE. RGB value is (165,32,174). Sum of RGB (Red+Green+Blue) = 165+32+174=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #A520AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A520AE is #5ADF51. Grayscale: #575757. Windows color (decimal): -5955410 or 11411621. OLE color: 11411621.
HSL color Cylindrical-coordinate representation of color #A520AE: hue angle of 296.2º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A520AE is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 32 | 174 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.32 |
| HSL | 296.2º | 0.69% | 0.4% | - |
| HSV(B) | 296.2º | 0.82% | 0.68% | - |
| XYZ | 23.67 | 12.09 | 41.13 | - |
| YUV | 87.96 | 176.56 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 32 | 174 | 0.05 | 0.82 | 0 | 0.32 | 296.2 | 0.69 | 0.4 |
| Hex | A5 | 20 | AE | 5 | 52 | 0 | 20 | 128 | 45 | 28 |
| Octal | 245 | 40 | 256 | 5 | 122 | 0 | 40 | 450 | 105 | 50 |
| Binary | 10100101 | 100000 | 10101110 | 101 | 1010010 | 0 | 100000 | 100101000 | 1000101 | 101000 |
Color Harmonies of #A520AE
Complementary color
Monochromatic Colors of #A520AE
Black with #A520AE
Text Example
Text Example
White with #A520AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A520AE; }
p { color: rgb(165,32,174); }
H1.HeaderClassName
{
color: #A520AE;
}
.AnyTagClassName
{
color: #A520AE;
}
</style>
background-color css
<style>
a { background-color: #A520AE; }
a { background-color: rgb(165,32,174); }
div.DivClassName
{
background-color: #A520AE;
}
.BgClassName
{
background-color: #A520AE;
}
</style>
border-color css
<style>
span { border-color: #A520AE; }
span { border-color: rgb(165,32,174); }
td.TdClassName
{
border-color: #A520AE;
}
.TagClassName
{
border-color: #A520AE;
}
</style>