Shades of Dark Orchid #A932AE
Tints of Dark Orchid #A932AE
RGB
CMYK
RGB Variations
Color information
#A932AE (or 0xA932AE) is known color: Dark Orchid. HEX triplet: A9, 32 and AE. RGB value is (169,50,174). Sum of RGB (Red+Green+Blue) = 169+50+174=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #A932AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A932AE is #56CD51. Grayscale: #636363. Windows color (decimal): -5688658 or 11416233. OLE color: 11416233.
HSL color Cylindrical-coordinate representation of color #A932AE: hue angle of 297.58º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A932AE is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 50 | 174 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.32 |
| HSL | 297.58º | 0.55% | 0.44% | - |
| HSV(B) | 297.58º | 0.71% | 0.68% | - |
| XYZ | 25.14 | 13.77 | 41.38 | - |
| YUV | 99.72 | 169.92 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 50 | 174 | 0.03 | 0.71 | 0 | 0.32 | 297.58 | 0.55 | 0.44 |
| Hex | A9 | 32 | AE | 3 | 47 | 0 | 20 | 12A | 37 | 2C |
| Octal | 251 | 62 | 256 | 3 | 107 | 0 | 40 | 452 | 67 | 54 |
| Binary | 10101001 | 110010 | 10101110 | 11 | 1000111 | 0 | 100000 | 100101010 | 110111 | 101100 |
Color Harmonies of #A932AE
Complementary color
Monochromatic Colors of #A932AE
Black with #A932AE
Text Example
Text Example
White with #A932AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A932AE; }
p { color: rgb(169,50,174); }
H1.HeaderClassName
{
color: #A932AE;
}
.AnyTagClassName
{
color: #A932AE;
}
</style>
background-color css
<style>
a { background-color: #A932AE; }
a { background-color: rgb(169,50,174); }
div.DivClassName
{
background-color: #A932AE;
}
.BgClassName
{
background-color: #A932AE;
}
</style>
border-color css
<style>
span { border-color: #A932AE; }
span { border-color: rgb(169,50,174); }
td.TdClassName
{
border-color: #A932AE;
}
.TagClassName
{
border-color: #A932AE;
}
</style>