Shades of Dark Orchid #A431BD
Tints of Dark Orchid #A431BD
RGB
CMYK
RGB Variations
Color information
#A431BD (or 0xA431BD) is known color: Dark Orchid. HEX triplet: A4, 31 and BD. RGB value is (164,49,189). Sum of RGB (Red+Green+Blue) = 164+49+189=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #A431BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A431BD is #5BCE42. Grayscale: #626262. Windows color (decimal): -6016579 or 12399012. OLE color: 12399012.
HSL color Cylindrical-coordinate representation of color #A431BD: hue angle of 289.29º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A431BD is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 49 | 189 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.26 |
| HSL | 289.29º | 0.59% | 0.47% | - |
| HSV(B) | 289.29º | 0.74% | 0.74% | - |
| XYZ | 25.59 | 13.76 | 49.45 | - |
| YUV | 99.35 | 178.6 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 49 | 189 | 0.13 | 0.74 | 0 | 0.26 | 289.29 | 0.59 | 0.47 |
| Hex | A4 | 31 | BD | D | 4A | 0 | 1A | 121 | 3B | 2F |
| Octal | 244 | 61 | 275 | 15 | 112 | 0 | 32 | 441 | 73 | 57 |
| Binary | 10100100 | 110001 | 10111101 | 1101 | 1001010 | 0 | 11010 | 100100001 | 111011 | 101111 |
Color Harmonies of #A431BD
Complementary color
Monochromatic Colors of #A431BD
Black with #A431BD
Text Example
Text Example
White with #A431BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A431BD; }
p { color: rgb(164,49,189); }
H1.HeaderClassName
{
color: #A431BD;
}
.AnyTagClassName
{
color: #A431BD;
}
</style>
background-color css
<style>
a { background-color: #A431BD; }
a { background-color: rgb(164,49,189); }
div.DivClassName
{
background-color: #A431BD;
}
.BgClassName
{
background-color: #A431BD;
}
</style>
border-color css
<style>
span { border-color: #A431BD; }
span { border-color: rgb(164,49,189); }
td.TdClassName
{
border-color: #A431BD;
}
.TagClassName
{
border-color: #A431BD;
}
</style>