Shades of Dark Orchid #A437B5
Tints of Dark Orchid #A437B5
RGB
CMYK
RGB Variations
Color information
#A437B5 (or 0xA437B5) is known color: Dark Orchid. HEX triplet: A4, 37 and B5. RGB value is (164,55,181). Sum of RGB (Red+Green+Blue) = 164+55+181=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 181 (71.09% from 255 or 45.25% from 400); Max value from RGB is 181 - color contains mainly: blue. Hex color #A437B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A437B5 is #5BC84A. Grayscale: #656565. Windows color (decimal): -6015051 or 11876260. OLE color: 11876260.
HSL color Cylindrical-coordinate representation of color #A437B5: hue angle of 291.9º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A437B5 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 55 | 181 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.29 |
| HSL | 291.9º | 0.53% | 0.46% | - |
| HSV(B) | 291.9º | 0.7% | 0.71% | - |
| XYZ | 25.02 | 13.96 | 45.09 | - |
| YUV | 101.96 | 172.61 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 55 | 181 | 0.09 | 0.70 | 0 | 0.29 | 291.9 | 0.53 | 0.46 |
| Hex | A4 | 37 | B5 | 9 | 46 | 0 | 1D | 124 | 35 | 2E |
| Octal | 244 | 67 | 265 | 11 | 106 | 0 | 35 | 444 | 65 | 56 |
| Binary | 10100100 | 110111 | 10110101 | 1001 | 1000110 | 0 | 11101 | 100100100 | 110101 | 101110 |
Color Harmonies of #A437B5
Complementary color
Monochromatic Colors of #A437B5
Black with #A437B5
Text Example
Text Example
White with #A437B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A437B5; }
p { color: rgb(164,55,181); }
H1.HeaderClassName
{
color: #A437B5;
}
.AnyTagClassName
{
color: #A437B5;
}
</style>
background-color css
<style>
a { background-color: #A437B5; }
a { background-color: rgb(164,55,181); }
div.DivClassName
{
background-color: #A437B5;
}
.BgClassName
{
background-color: #A437B5;
}
</style>
border-color css
<style>
span { border-color: #A437B5; }
span { border-color: rgb(164,55,181); }
td.TdClassName
{
border-color: #A437B5;
}
.TagClassName
{
border-color: #A437B5;
}
</style>