Shades of Dark Orchid #A438BA
Tints of Dark Orchid #A438BA
RGB
CMYK
RGB Variations
Color information
#A438BA (or 0xA438BA) is known color: Dark Orchid. HEX triplet: A4, 38 and BA. RGB value is (164,56,186). Sum of RGB (Red+Green+Blue) = 164+56+186=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #A438BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A438BA is #5BC745. Grayscale: #666666. Windows color (decimal): -6014790 or 12204196. OLE color: 12204196.
HSL color Cylindrical-coordinate representation of color #A438BA: hue angle of 289.85º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A438BA is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 56 | 186 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.27 |
| HSL | 289.85º | 0.54% | 0.47% | - |
| HSV(B) | 289.85º | 0.7% | 0.73% | - |
| XYZ | 25.59 | 14.27 | 47.86 | - |
| YUV | 103.11 | 174.78 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 56 | 186 | 0.12 | 0.70 | 0 | 0.27 | 289.85 | 0.54 | 0.47 |
| Hex | A4 | 38 | BA | C | 46 | 0 | 1B | 122 | 36 | 2F |
| Octal | 244 | 70 | 272 | 14 | 106 | 0 | 33 | 442 | 66 | 57 |
| Binary | 10100100 | 111000 | 10111010 | 1100 | 1000110 | 0 | 11011 | 100100010 | 110110 | 101111 |
Color Harmonies of #A438BA
Complementary color
Monochromatic Colors of #A438BA
Black with #A438BA
Text Example
Text Example
White with #A438BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A438BA; }
p { color: rgb(164,56,186); }
H1.HeaderClassName
{
color: #A438BA;
}
.AnyTagClassName
{
color: #A438BA;
}
</style>
background-color css
<style>
a { background-color: #A438BA; }
a { background-color: rgb(164,56,186); }
div.DivClassName
{
background-color: #A438BA;
}
.BgClassName
{
background-color: #A438BA;
}
</style>
border-color css
<style>
span { border-color: #A438BA; }
span { border-color: rgb(164,56,186); }
td.TdClassName
{
border-color: #A438BA;
}
.TagClassName
{
border-color: #A438BA;
}
</style>