Shades of Dark Orchid #A431BA
Tints of Dark Orchid #A431BA
RGB
CMYK
RGB Variations
Color information
#A431BA (or 0xA431BA) is known color: Dark Orchid. HEX triplet: A4, 31 and BA. RGB value is (164,49,186). Sum of RGB (Red+Green+Blue) = 164+49+186=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #A431BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A431BA is #5BCE45. Grayscale: #626262. Windows color (decimal): -6016582 or 12202404. OLE color: 12202404.
HSL color Cylindrical-coordinate representation of color #A431BA: hue angle of 290.36º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A431BA is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 49 | 186 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.27 |
| HSL | 290.37º | 0.58% | 0.46% | - |
| HSV(B) | 290.37º | 0.74% | 0.73% | - |
| XYZ | 25.27 | 13.63 | 47.75 | - |
| YUV | 99 | 177.1 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 49 | 186 | 0.12 | 0.74 | 0 | 0.27 | 290.37 | 0.58 | 0.46 |
| Hex | A4 | 31 | BA | C | 4A | 0 | 1B | 122 | 3A | 2E |
| Octal | 244 | 61 | 272 | 14 | 112 | 0 | 33 | 442 | 72 | 56 |
| Binary | 10100100 | 110001 | 10111010 | 1100 | 1001010 | 0 | 11011 | 100100010 | 111010 | 101110 |
Color Harmonies of #A431BA
Complementary color
Monochromatic Colors of #A431BA
Black with #A431BA
Text Example
Text Example
White with #A431BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A431BA; }
p { color: rgb(164,49,186); }
H1.HeaderClassName
{
color: #A431BA;
}
.AnyTagClassName
{
color: #A431BA;
}
</style>
background-color css
<style>
a { background-color: #A431BA; }
a { background-color: rgb(164,49,186); }
div.DivClassName
{
background-color: #A431BA;
}
.BgClassName
{
background-color: #A431BA;
}
</style>
border-color css
<style>
span { border-color: #A431BA; }
span { border-color: rgb(164,49,186); }
td.TdClassName
{
border-color: #A431BA;
}
.TagClassName
{
border-color: #A431BA;
}
</style>