Shades of Dark Orchid #A932DF
Tints of Dark Orchid #A932DF
RGB
CMYK
RGB Variations
Color information
#A932DF (or 0xA932DF) is known color: Dark Orchid. HEX triplet: A9, 32 and DF. RGB value is (169,50,223). Sum of RGB (Red+Green+Blue) = 169+50+223=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 50 (19.92% from 255 or 11.31% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #A932DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A932DF is #56CD20. Grayscale: #686868. Windows color (decimal): -5688609 or 14627497. OLE color: 14627497.
HSL color Cylindrical-coordinate representation of color #A932DF: hue angle of 281.27º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A932DF is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 50 | 223 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.13 |
| HSL | 281.27º | 0.73% | 0.54% | - |
| HSV(B) | 281.27º | 0.78% | 0.87% | - |
| XYZ | 30.82 | 16.04 | 71.28 | - |
| YUV | 105.3 | 194.42 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 50 | 223 | 0.24 | 0.78 | 0 | 0.13 | 281.27 | 0.73 | 0.54 |
| Hex | A9 | 32 | DF | 18 | 4E | 0 | D | 119 | 49 | 36 |
| Octal | 251 | 62 | 337 | 30 | 116 | 0 | 15 | 431 | 111 | 66 |
| Binary | 10101001 | 110010 | 11011111 | 11000 | 1001110 | 0 | 1101 | 100011001 | 1001001 | 110110 |
Color Harmonies of #A932DF
Complementary color
Monochromatic Colors of #A932DF
Black with #A932DF
Text Example
Text Example
White with #A932DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A932DF; }
p { color: rgb(169,50,223); }
H1.HeaderClassName
{
color: #A932DF;
}
.AnyTagClassName
{
color: #A932DF;
}
</style>
background-color css
<style>
a { background-color: #A932DF; }
a { background-color: rgb(169,50,223); }
div.DivClassName
{
background-color: #A932DF;
}
.BgClassName
{
background-color: #A932DF;
}
</style>
border-color css
<style>
span { border-color: #A932DF; }
span { border-color: rgb(169,50,223); }
td.TdClassName
{
border-color: #A932DF;
}
.TagClassName
{
border-color: #A932DF;
}
</style>