Shades of Dark Orchid #A532D3
Tints of Dark Orchid #A532D3
RGB
CMYK
RGB Variations
Color information
#A532D3 (or 0xA532D3) is known color: Dark Orchid. HEX triplet: A5, 32 and D3. RGB value is (165,50,211). Sum of RGB (Red+Green+Blue) = 165+50+211=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 211 (82.81% from 255 or 49.53% from 426); Max value from RGB is 211 - color contains mainly: blue. Hex color #A532D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A532D3 is #5ACD2C. Grayscale: #666666. Windows color (decimal): -5950765 or 13841061. OLE color: 13841061.
HSL color Cylindrical-coordinate representation of color #A532D3: hue angle of 282.86º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A532D3 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 50 | 211 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.17 |
| HSL | 282.86º | 0.65% | 0.51% | - |
| HSV(B) | 282.86º | 0.76% | 0.83% | - |
| XYZ | 28.42 | 14.98 | 63.02 | - |
| YUV | 102.74 | 189.1 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 50 | 211 | 0.22 | 0.76 | 0 | 0.17 | 282.86 | 0.65 | 0.51 |
| Hex | A5 | 32 | D3 | 16 | 4C | 0 | 11 | 11B | 41 | 33 |
| Octal | 245 | 62 | 323 | 26 | 114 | 0 | 21 | 433 | 101 | 63 |
| Binary | 10100101 | 110010 | 11010011 | 10110 | 1001100 | 0 | 10001 | 100011011 | 1000001 | 110011 |
Color Harmonies of #A532D3
Complementary color
Monochromatic Colors of #A532D3
Black with #A532D3
Text Example
Text Example
White with #A532D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A532D3; }
p { color: rgb(165,50,211); }
H1.HeaderClassName
{
color: #A532D3;
}
.AnyTagClassName
{
color: #A532D3;
}
</style>
background-color css
<style>
a { background-color: #A532D3; }
a { background-color: rgb(165,50,211); }
div.DivClassName
{
background-color: #A532D3;
}
.BgClassName
{
background-color: #A532D3;
}
</style>
border-color css
<style>
span { border-color: #A532D3; }
span { border-color: rgb(165,50,211); }
td.TdClassName
{
border-color: #A532D3;
}
.TagClassName
{
border-color: #A532D3;
}
</style>