Shades of Dark Orchid #A437BD
Tints of Dark Orchid #A437BD
RGB
CMYK
RGB Variations
Color information
#A437BD (or 0xA437BD) is known color: Dark Orchid. HEX triplet: A4, 37 and BD. RGB value is (164,55,189). Sum of RGB (Red+Green+Blue) = 164+55+189=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 55 (21.88% from 255 or 13.48% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #A437BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A437BD is #5BC842. Grayscale: #666666. Windows color (decimal): -6015043 or 12400548. OLE color: 12400548.
HSL color Cylindrical-coordinate representation of color #A437BD: hue angle of 288.81º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A437BD is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 55 | 189 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.26 |
| HSL | 288.81º | 0.55% | 0.48% | - |
| HSV(B) | 288.81º | 0.71% | 0.74% | - |
| XYZ | 25.86 | 14.3 | 49.54 | - |
| YUV | 102.87 | 176.61 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 55 | 189 | 0.13 | 0.71 | 0 | 0.26 | 288.81 | 0.55 | 0.48 |
| Hex | A4 | 37 | BD | D | 47 | 0 | 1A | 121 | 37 | 30 |
| Octal | 244 | 67 | 275 | 15 | 107 | 0 | 32 | 441 | 67 | 60 |
| Binary | 10100100 | 110111 | 10111101 | 1101 | 1000111 | 0 | 11010 | 100100001 | 110111 | 110000 |
Color Harmonies of #A437BD
Complementary color
Monochromatic Colors of #A437BD
Black with #A437BD
Text Example
Text Example
White with #A437BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A437BD; }
p { color: rgb(164,55,189); }
H1.HeaderClassName
{
color: #A437BD;
}
.AnyTagClassName
{
color: #A437BD;
}
</style>
background-color css
<style>
a { background-color: #A437BD; }
a { background-color: rgb(164,55,189); }
div.DivClassName
{
background-color: #A437BD;
}
.BgClassName
{
background-color: #A437BD;
}
</style>
border-color css
<style>
span { border-color: #A437BD; }
span { border-color: rgb(164,55,189); }
td.TdClassName
{
border-color: #A437BD;
}
.TagClassName
{
border-color: #A437BD;
}
</style>