Shades of Dark Orchid #A438DB
Tints of Dark Orchid #A438DB
RGB
CMYK
RGB Variations
Color information
#A438DB (or 0xA438DB) is known color: Dark Orchid. HEX triplet: A4, 38 and DB. RGB value is (164,56,219). Sum of RGB (Red+Green+Blue) = 164+56+219=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 56 (22.27% from 255 or 12.76% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #A438DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A438DB is #5BC724. Grayscale: #6A6A6A. Windows color (decimal): -6014757 or 14366884. OLE color: 14366884.
HSL color Cylindrical-coordinate representation of color #A438DB: hue angle of 279.75º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A438DB is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 56 | 219 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.14 |
| HSL | 279.75º | 0.69% | 0.54% | - |
| HSV(B) | 279.75º | 0.74% | 0.86% | - |
| XYZ | 29.51 | 15.84 | 68.52 | - |
| YUV | 106.87 | 191.28 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 56 | 219 | 0.25 | 0.74 | 0 | 0.14 | 279.75 | 0.69 | 0.54 |
| Hex | A4 | 38 | DB | 19 | 4A | 0 | E | 118 | 45 | 36 |
| Octal | 244 | 70 | 333 | 31 | 112 | 0 | 16 | 430 | 105 | 66 |
| Binary | 10100100 | 111000 | 11011011 | 11001 | 1001010 | 0 | 1110 | 100011000 | 1000101 | 110110 |
Color Harmonies of #A438DB
Complementary color
Monochromatic Colors of #A438DB
Black with #A438DB
Text Example
Text Example
White with #A438DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A438DB; }
p { color: rgb(164,56,219); }
H1.HeaderClassName
{
color: #A438DB;
}
.AnyTagClassName
{
color: #A438DB;
}
</style>
background-color css
<style>
a { background-color: #A438DB; }
a { background-color: rgb(164,56,219); }
div.DivClassName
{
background-color: #A438DB;
}
.BgClassName
{
background-color: #A438DB;
}
</style>
border-color css
<style>
span { border-color: #A438DB; }
span { border-color: rgb(164,56,219); }
td.TdClassName
{
border-color: #A438DB;
}
.TagClassName
{
border-color: #A438DB;
}
</style>