Shades of Dark Orchid #A437DB
Tints of Dark Orchid #A437DB
RGB
CMYK
RGB Variations
Color information
#A437DB (or 0xA437DB) is known color: Dark Orchid. HEX triplet: A4, 37 and DB. RGB value is (164,55,219). Sum of RGB (Red+Green+Blue) = 164+55+219=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #A437DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A437DB is #5BC824. Grayscale: #696969. Windows color (decimal): -6015013 or 14366628. OLE color: 14366628.
HSL color Cylindrical-coordinate representation of color #A437DB: hue angle of 279.88º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A437DB is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 55 | 219 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.14 |
| HSL | 279.88º | 0.69% | 0.54% | - |
| HSV(B) | 279.88º | 0.75% | 0.86% | - |
| XYZ | 29.46 | 15.74 | 68.5 | - |
| YUV | 106.29 | 191.61 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 55 | 219 | 0.25 | 0.75 | 0 | 0.14 | 279.88 | 0.69 | 0.54 |
| Hex | A4 | 37 | DB | 19 | 4B | 0 | E | 118 | 45 | 36 |
| Octal | 244 | 67 | 333 | 31 | 113 | 0 | 16 | 430 | 105 | 66 |
| Binary | 10100100 | 110111 | 11011011 | 11001 | 1001011 | 0 | 1110 | 100011000 | 1000101 | 110110 |
Color Harmonies of #A437DB
Complementary color
Monochromatic Colors of #A437DB
Black with #A437DB
Text Example
Text Example
White with #A437DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A437DB; }
p { color: rgb(164,55,219); }
H1.HeaderClassName
{
color: #A437DB;
}
.AnyTagClassName
{
color: #A437DB;
}
</style>
background-color css
<style>
a { background-color: #A437DB; }
a { background-color: rgb(164,55,219); }
div.DivClassName
{
background-color: #A437DB;
}
.BgClassName
{
background-color: #A437DB;
}
</style>
border-color css
<style>
span { border-color: #A437DB; }
span { border-color: rgb(164,55,219); }
td.TdClassName
{
border-color: #A437DB;
}
.TagClassName
{
border-color: #A437DB;
}
</style>