Shades of Dark Orchid #A931CA
Tints of Dark Orchid #A931CA
RGB
CMYK
RGB Variations
Color information
#A931CA (or 0xA931CA) is known color: Dark Orchid. HEX triplet: A9, 31 and CA. RGB value is (169,49,202). Sum of RGB (Red+Green+Blue) = 169+49+202=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #A931CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A931CA is #56CE35. Grayscale: #656565. Windows color (decimal): -5688886 or 13250985. OLE color: 13250985.
HSL color Cylindrical-coordinate representation of color #A931CA: hue angle of 287.06º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A931CA is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 49 | 202 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.21 |
| HSL | 287.06º | 0.61% | 0.49% | - |
| HSV(B) | 287.06º | 0.76% | 0.79% | - |
| XYZ | 28.12 | 14.9 | 57.27 | - |
| YUV | 102.32 | 184.26 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 49 | 202 | 0.16 | 0.76 | 0 | 0.21 | 287.06 | 0.61 | 0.49 |
| Hex | A9 | 31 | CA | 10 | 4C | 0 | 15 | 11F | 3D | 31 |
| Octal | 251 | 61 | 312 | 20 | 114 | 0 | 25 | 437 | 75 | 61 |
| Binary | 10101001 | 110001 | 11001010 | 10000 | 1001100 | 0 | 10101 | 100011111 | 111101 | 110001 |
Color Harmonies of #A931CA
Complementary color
Monochromatic Colors of #A931CA
Black with #A931CA
Text Example
Text Example
White with #A931CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A931CA; }
p { color: rgb(169,49,202); }
H1.HeaderClassName
{
color: #A931CA;
}
.AnyTagClassName
{
color: #A931CA;
}
</style>
background-color css
<style>
a { background-color: #A931CA; }
a { background-color: rgb(169,49,202); }
div.DivClassName
{
background-color: #A931CA;
}
.BgClassName
{
background-color: #A931CA;
}
</style>
border-color css
<style>
span { border-color: #A931CA; }
span { border-color: rgb(169,49,202); }
td.TdClassName
{
border-color: #A931CA;
}
.TagClassName
{
border-color: #A931CA;
}
</style>