Shades of Dark Orchid #A431C8
Tints of Dark Orchid #A431C8
RGB
CMYK
RGB Variations
Color information
#A431C8 (or 0xA431C8) is known color: Dark Orchid. HEX triplet: A4, 31 and C8. RGB value is (164,49,200). Sum of RGB (Red+Green+Blue) = 164+49+200=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 200 (78.52% from 255 or 48.43% from 413); Max value from RGB is 200 - color contains mainly: blue. Hex color #A431C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A431C8 is #5BCE37. Grayscale: #646464. Windows color (decimal): -6016568 or 13119908. OLE color: 13119908.
HSL color Cylindrical-coordinate representation of color #A431C8: hue angle of 285.7º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A431C8 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 49 | 200 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.22 |
| HSL | 285.7º | 0.61% | 0.49% | - |
| HSV(B) | 285.7º | 0.76% | 0.78% | - |
| XYZ | 26.83 | 14.26 | 55.98 | - |
| YUV | 100.6 | 184.1 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 49 | 200 | 0.18 | 0.76 | 0 | 0.22 | 285.7 | 0.61 | 0.49 |
| Hex | A4 | 31 | C8 | 12 | 4C | 0 | 16 | 11E | 3D | 31 |
| Octal | 244 | 61 | 310 | 22 | 114 | 0 | 26 | 436 | 75 | 61 |
| Binary | 10100100 | 110001 | 11001000 | 10010 | 1001100 | 0 | 10110 | 100011110 | 111101 | 110001 |
Color Harmonies of #A431C8
Complementary color
Monochromatic Colors of #A431C8
Black with #A431C8
Text Example
Text Example
White with #A431C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A431C8; }
p { color: rgb(164,49,200); }
H1.HeaderClassName
{
color: #A431C8;
}
.AnyTagClassName
{
color: #A431C8;
}
</style>
background-color css
<style>
a { background-color: #A431C8; }
a { background-color: rgb(164,49,200); }
div.DivClassName
{
background-color: #A431C8;
}
.BgClassName
{
background-color: #A431C8;
}
</style>
border-color css
<style>
span { border-color: #A431C8; }
span { border-color: rgb(164,49,200); }
td.TdClassName
{
border-color: #A431C8;
}
.TagClassName
{
border-color: #A431C8;
}
</style>