Shades of Dark Orchid #A931CF
Tints of Dark Orchid #A931CF
RGB
CMYK
RGB Variations
Color information
#A931CF (or 0xA931CF) is known color: Dark Orchid. HEX triplet: A9, 31 and CF. RGB value is (169,49,207). Sum of RGB (Red+Green+Blue) = 169+49+207=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 49 (19.53% from 255 or 11.53% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #A931CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A931CF is #56CE30. Grayscale: #666666. Windows color (decimal): -5688881 or 13578665. OLE color: 13578665.
HSL color Cylindrical-coordinate representation of color #A931CF: hue angle of 285.57º degrees, saturation: 0.62, 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 #A931CF is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 49 | 207 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.19 |
| HSL | 285.57º | 0.62% | 0.5% | - |
| HSV(B) | 285.57º | 0.76% | 0.81% | - |
| XYZ | 28.72 | 15.14 | 60.44 | - |
| YUV | 102.89 | 186.76 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 49 | 207 | 0.18 | 0.76 | 0 | 0.19 | 285.57 | 0.62 | 0.5 |
| Hex | A9 | 31 | CF | 12 | 4C | 0 | 13 | 11E | 3E | 32 |
| Octal | 251 | 61 | 317 | 22 | 114 | 0 | 23 | 436 | 76 | 62 |
| Binary | 10101001 | 110001 | 11001111 | 10010 | 1001100 | 0 | 10011 | 100011110 | 111110 | 110010 |
Color Harmonies of #A931CF
Complementary color
Monochromatic Colors of #A931CF
Black with #A931CF
Text Example
Text Example
White with #A931CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A931CF; }
p { color: rgb(169,49,207); }
H1.HeaderClassName
{
color: #A931CF;
}
.AnyTagClassName
{
color: #A931CF;
}
</style>
background-color css
<style>
a { background-color: #A931CF; }
a { background-color: rgb(169,49,207); }
div.DivClassName
{
background-color: #A931CF;
}
.BgClassName
{
background-color: #A931CF;
}
</style>
border-color css
<style>
span { border-color: #A931CF; }
span { border-color: rgb(169,49,207); }
td.TdClassName
{
border-color: #A931CF;
}
.TagClassName
{
border-color: #A931CF;
}
</style>