Shades of Dark Orchid #A532D1
Tints of Dark Orchid #A532D1
RGB
CMYK
RGB Variations
Color information
#A532D1 (or 0xA532D1) is known color: Dark Orchid. HEX triplet: A5, 32 and D1. RGB value is (165,50,209). Sum of RGB (Red+Green+Blue) = 165+50+209=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 50 (19.92% from 255 or 11.79% from 424); Blue value is 209 (82.03% from 255 or 49.29% from 424); Max value from RGB is 209 - color contains mainly: blue. Hex color #A532D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A532D1 is #5ACD2E. Grayscale: #656565. Windows color (decimal): -5950767 or 13709989. OLE color: 13709989.
HSL color Cylindrical-coordinate representation of color #A532D1: hue angle of 283.4º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A532D1 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 50 | 209 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.18 |
| HSL | 283.4º | 0.63% | 0.51% | - |
| HSV(B) | 283.4º | 0.76% | 0.82% | - |
| XYZ | 28.17 | 14.88 | 61.71 | - |
| YUV | 102.51 | 188.1 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 50 | 209 | 0.21 | 0.76 | 0 | 0.18 | 283.4 | 0.63 | 0.51 |
| Hex | A5 | 32 | D1 | 15 | 4C | 0 | 12 | 11B | 3F | 33 |
| Octal | 245 | 62 | 321 | 25 | 114 | 0 | 22 | 433 | 77 | 63 |
| Binary | 10100101 | 110010 | 11010001 | 10101 | 1001100 | 0 | 10010 | 100011011 | 111111 | 110011 |
Color Harmonies of #A532D1
Complementary color
Monochromatic Colors of #A532D1
Black with #A532D1
Text Example
Text Example
White with #A532D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A532D1; }
p { color: rgb(165,50,209); }
H1.HeaderClassName
{
color: #A532D1;
}
.AnyTagClassName
{
color: #A532D1;
}
</style>
background-color css
<style>
a { background-color: #A532D1; }
a { background-color: rgb(165,50,209); }
div.DivClassName
{
background-color: #A532D1;
}
.BgClassName
{
background-color: #A532D1;
}
</style>
border-color css
<style>
span { border-color: #A532D1; }
span { border-color: rgb(165,50,209); }
td.TdClassName
{
border-color: #A532D1;
}
.TagClassName
{
border-color: #A532D1;
}
</style>