Shades of Dark Orchid #A732CE
Tints of Dark Orchid #A732CE
RGB
CMYK
RGB Variations
Color information
#A732CE (or 0xA732CE) is known color: Dark Orchid. HEX triplet: A7, 32 and CE. RGB value is (167,50,206). Sum of RGB (Red+Green+Blue) = 167+50+206=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #A732CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A732CE is #58CD31. Grayscale: #666666. Windows color (decimal): -5819698 or 13513383. OLE color: 13513383.
HSL color Cylindrical-coordinate representation of color #A732CE: hue angle of 285º 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 #A732CE is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 50 | 206 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.19 |
| HSL | 285º | 0.61% | 0.5% | - |
| HSV(B) | 285º | 0.76% | 0.81% | - |
| XYZ | 28.22 | 14.95 | 59.79 | - |
| YUV | 102.77 | 186.26 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 50 | 206 | 0.19 | 0.76 | 0 | 0.19 | 285 | 0.61 | 0.5 |
| Hex | A7 | 32 | CE | 13 | 4C | 0 | 13 | 11D | 3D | 32 |
| Octal | 247 | 62 | 316 | 23 | 114 | 0 | 23 | 435 | 75 | 62 |
| Binary | 10100111 | 110010 | 11001110 | 10011 | 1001100 | 0 | 10011 | 100011101 | 111101 | 110010 |
Color Harmonies of #A732CE
Complementary color
Monochromatic Colors of #A732CE
Black with #A732CE
Text Example
Text Example
White with #A732CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A732CE; }
p { color: rgb(167,50,206); }
H1.HeaderClassName
{
color: #A732CE;
}
.AnyTagClassName
{
color: #A732CE;
}
</style>
background-color css
<style>
a { background-color: #A732CE; }
a { background-color: rgb(167,50,206); }
div.DivClassName
{
background-color: #A732CE;
}
.BgClassName
{
background-color: #A732CE;
}
</style>
border-color css
<style>
span { border-color: #A732CE; }
span { border-color: rgb(167,50,206); }
td.TdClassName
{
border-color: #A732CE;
}
.TagClassName
{
border-color: #A732CE;
}
</style>