Shades of Dark Orchid #A932CE
Tints of Dark Orchid #A932CE
RGB
CMYK
RGB Variations
Color information
#A932CE (or 0xA932CE) is known color: Dark Orchid. HEX triplet: A9, 32 and CE. RGB value is (169,50,206). Sum of RGB (Red+Green+Blue) = 169+50+206=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #A932CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A932CE is #56CD31. Grayscale: #666666. Windows color (decimal): -5688626 or 13513385. OLE color: 13513385.
HSL color Cylindrical-coordinate representation of color #A932CE: hue angle of 285.77º 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 #A932CE is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 50 | 206 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.19 |
| HSL | 285.77º | 0.61% | 0.5% | - |
| HSV(B) | 285.77º | 0.76% | 0.81% | - |
| XYZ | 28.64 | 15.17 | 59.81 | - |
| YUV | 103.37 | 185.92 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 50 | 206 | 0.18 | 0.76 | 0 | 0.19 | 285.77 | 0.61 | 0.5 |
| Hex | A9 | 32 | CE | 12 | 4C | 0 | 13 | 11E | 3D | 32 |
| Octal | 251 | 62 | 316 | 22 | 114 | 0 | 23 | 436 | 75 | 62 |
| Binary | 10101001 | 110010 | 11001110 | 10010 | 1001100 | 0 | 10011 | 100011110 | 111101 | 110010 |
Color Harmonies of #A932CE
Complementary color
Monochromatic Colors of #A932CE
Black with #A932CE
Text Example
Text Example
White with #A932CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A932CE; }
p { color: rgb(169,50,206); }
H1.HeaderClassName
{
color: #A932CE;
}
.AnyTagClassName
{
color: #A932CE;
}
</style>
background-color css
<style>
a { background-color: #A932CE; }
a { background-color: rgb(169,50,206); }
div.DivClassName
{
background-color: #A932CE;
}
.BgClassName
{
background-color: #A932CE;
}
</style>
border-color css
<style>
span { border-color: #A932CE; }
span { border-color: rgb(169,50,206); }
td.TdClassName
{
border-color: #A932CE;
}
.TagClassName
{
border-color: #A932CE;
}
</style>