Shades of Dark Orchid #A521C9
Tints of Dark Orchid #A521C9
RGB
CMYK
RGB Variations
Color information
#A521C9 (or 0xA521C9) is known color: Dark Orchid. HEX triplet: A5, 21 and C9. RGB value is (165,33,201). Sum of RGB (Red+Green+Blue) = 165+33+201=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #A521C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A521C9 is #5ADE36. Grayscale: #5B5B5B. Windows color (decimal): -5955127 or 13181349. OLE color: 13181349.
HSL color Cylindrical-coordinate representation of color #A521C9: hue angle of 287.14º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A521C9 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 33 | 201 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.21 |
| HSL | 287.14º | 0.72% | 0.46% | - |
| HSV(B) | 287.14º | 0.84% | 0.79% | - |
| XYZ | 26.6 | 13.3 | 56.42 | - |
| YUV | 91.62 | 189.73 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 33 | 201 | 0.18 | 0.84 | 0 | 0.21 | 287.14 | 0.72 | 0.46 |
| Hex | A5 | 21 | C9 | 12 | 54 | 0 | 15 | 11F | 48 | 2E |
| Octal | 245 | 41 | 311 | 22 | 124 | 0 | 25 | 437 | 110 | 56 |
| Binary | 10100101 | 100001 | 11001001 | 10010 | 1010100 | 0 | 10101 | 100011111 | 1001000 | 101110 |
Color Harmonies of #A521C9
Complementary color
Monochromatic Colors of #A521C9
Black with #A521C9
Text Example
Text Example
White with #A521C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A521C9; }
p { color: rgb(165,33,201); }
H1.HeaderClassName
{
color: #A521C9;
}
.AnyTagClassName
{
color: #A521C9;
}
</style>
background-color css
<style>
a { background-color: #A521C9; }
a { background-color: rgb(165,33,201); }
div.DivClassName
{
background-color: #A521C9;
}
.BgClassName
{
background-color: #A521C9;
}
</style>
border-color css
<style>
span { border-color: #A521C9; }
span { border-color: rgb(165,33,201); }
td.TdClassName
{
border-color: #A521C9;
}
.TagClassName
{
border-color: #A521C9;
}
</style>