Shades of Dark Orchid #A431B0
Tints of Dark Orchid #A431B0
RGB
CMYK
RGB Variations
Color information
#A431B0 (or 0xA431B0) is known color: Dark Orchid. HEX triplet: A4, 31 and B0. RGB value is (164,49,176). Sum of RGB (Red+Green+Blue) = 164+49+176=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 176 - color contains mainly: blue. Hex color #A431B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A431B0 is #5BCE4F. Grayscale: #616161. Windows color (decimal): -6016592 or 11547044. OLE color: 11547044.
HSL color Cylindrical-coordinate representation of color #A431B0: hue angle of 294.33º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A431B0 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 49 | 176 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.31 |
| HSL | 294.33º | 0.56% | 0.44% | - |
| HSV(B) | 294.33º | 0.72% | 0.69% | - |
| XYZ | 24.24 | 13.22 | 42.35 | - |
| YUV | 97.86 | 172.1 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 49 | 176 | 0.07 | 0.72 | 0 | 0.31 | 294.33 | 0.56 | 0.44 |
| Hex | A4 | 31 | B0 | 7 | 48 | 0 | 1F | 126 | 38 | 2C |
| Octal | 244 | 61 | 260 | 7 | 110 | 0 | 37 | 446 | 70 | 54 |
| Binary | 10100100 | 110001 | 10110000 | 111 | 1001000 | 0 | 11111 | 100100110 | 111000 | 101100 |
Color Harmonies of #A431B0
Complementary color
Monochromatic Colors of #A431B0
Black with #A431B0
Text Example
Text Example
White with #A431B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A431B0; }
p { color: rgb(164,49,176); }
H1.HeaderClassName
{
color: #A431B0;
}
.AnyTagClassName
{
color: #A431B0;
}
</style>
background-color css
<style>
a { background-color: #A431B0; }
a { background-color: rgb(164,49,176); }
div.DivClassName
{
background-color: #A431B0;
}
.BgClassName
{
background-color: #A431B0;
}
</style>
border-color css
<style>
span { border-color: #A431B0; }
span { border-color: rgb(164,49,176); }
td.TdClassName
{
border-color: #A431B0;
}
.TagClassName
{
border-color: #A431B0;
}
</style>