Shades of Dark Orchid #A532CE
Tints of Dark Orchid #A532CE
RGB
CMYK
RGB Variations
Color information
#A532CE (or 0xA532CE) is known color: Dark Orchid. HEX triplet: A5, 32 and CE. RGB value is (165,50,206). Sum of RGB (Red+Green+Blue) = 165+50+206=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #A532CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A532CE is #5ACD31. Grayscale: #656565. Windows color (decimal): -5950770 or 13513381. OLE color: 13513381.
HSL color Cylindrical-coordinate representation of color #A532CE: hue angle of 284.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A532CE is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 50 | 206 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.19 |
| HSL | 284.23º | 0.61% | 0.5% | - |
| HSV(B) | 284.23º | 0.76% | 0.81% | - |
| XYZ | 27.8 | 14.74 | 59.77 | - |
| YUV | 102.17 | 186.6 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 50 | 206 | 0.20 | 0.76 | 0 | 0.19 | 284.23 | 0.61 | 0.5 |
| Hex | A5 | 32 | CE | 14 | 4C | 0 | 13 | 11C | 3D | 32 |
| Octal | 245 | 62 | 316 | 24 | 114 | 0 | 23 | 434 | 75 | 62 |
| Binary | 10100101 | 110010 | 11001110 | 10100 | 1001100 | 0 | 10011 | 100011100 | 111101 | 110010 |
Color Harmonies of #A532CE
Complementary color
Monochromatic Colors of #A532CE
Black with #A532CE
Text Example
Text Example
White with #A532CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A532CE; }
p { color: rgb(165,50,206); }
H1.HeaderClassName
{
color: #A532CE;
}
.AnyTagClassName
{
color: #A532CE;
}
</style>
background-color css
<style>
a { background-color: #A532CE; }
a { background-color: rgb(165,50,206); }
div.DivClassName
{
background-color: #A532CE;
}
.BgClassName
{
background-color: #A532CE;
}
</style>
border-color css
<style>
span { border-color: #A532CE; }
span { border-color: rgb(165,50,206); }
td.TdClassName
{
border-color: #A532CE;
}
.TagClassName
{
border-color: #A532CE;
}
</style>