Shades of Dark Orchid #A431BC
Tints of Dark Orchid #A431BC
RGB
CMYK
RGB Variations
Color information
#A431BC (or 0xA431BC) is known color: Dark Orchid. HEX triplet: A4, 31 and BC. RGB value is (164,49,188). Sum of RGB (Red+Green+Blue) = 164+49+188=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #A431BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A431BC is #5BCE43. Grayscale: #626262. Windows color (decimal): -6016580 or 12333476. OLE color: 12333476.
HSL color Cylindrical-coordinate representation of color #A431BC: hue angle of 289.64º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A431BC is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 49 | 188 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.26 |
| HSL | 289.64º | 0.59% | 0.46% | - |
| HSV(B) | 289.64º | 0.74% | 0.74% | - |
| XYZ | 25.49 | 13.72 | 48.88 | - |
| YUV | 99.23 | 178.1 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 49 | 188 | 0.13 | 0.74 | 0 | 0.26 | 289.64 | 0.59 | 0.46 |
| Hex | A4 | 31 | BC | D | 4A | 0 | 1A | 122 | 3B | 2E |
| Octal | 244 | 61 | 274 | 15 | 112 | 0 | 32 | 442 | 73 | 56 |
| Binary | 10100100 | 110001 | 10111100 | 1101 | 1001010 | 0 | 11010 | 100100010 | 111011 | 101110 |
Color Harmonies of #A431BC
Complementary color
Monochromatic Colors of #A431BC
Black with #A431BC
Text Example
Text Example
White with #A431BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A431BC; }
p { color: rgb(164,49,188); }
H1.HeaderClassName
{
color: #A431BC;
}
.AnyTagClassName
{
color: #A431BC;
}
</style>
background-color css
<style>
a { background-color: #A431BC; }
a { background-color: rgb(164,49,188); }
div.DivClassName
{
background-color: #A431BC;
}
.BgClassName
{
background-color: #A431BC;
}
</style>
border-color css
<style>
span { border-color: #A431BC; }
span { border-color: rgb(164,49,188); }
td.TdClassName
{
border-color: #A431BC;
}
.TagClassName
{
border-color: #A431BC;
}
</style>