Shades of Dark Orchid #A038B2
Tints of Dark Orchid #A038B2
RGB
CMYK
RGB Variations
Color information
#A038B2 (or 0xA038B2) is known color: Dark Orchid. HEX triplet: A0, 38 and B2. RGB value is (160,56,178). Sum of RGB (Red+Green+Blue) = 160+56+178=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 178 - color contains mainly: blue. Hex color #A038B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A038B2 is #5FC74D. Grayscale: #646464. Windows color (decimal): -6276942 or 11679904. OLE color: 11679904.
HSL color Cylindrical-coordinate representation of color #A038B2: hue angle of 291.15º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A038B2 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 56 | 178 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.30 |
| HSL | 291.15º | 0.52% | 0.46% | - |
| HSV(B) | 291.15º | 0.69% | 0.7% | - |
| XYZ | 23.95 | 13.52 | 43.47 | - |
| YUV | 101 | 171.46 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 178 | 0.10 | 0.69 | 0 | 0.30 | 291.15 | 0.52 | 0.46 |
| Hex | A0 | 38 | B2 | A | 45 | 0 | 1E | 123 | 34 | 2E |
| Octal | 240 | 70 | 262 | 12 | 105 | 0 | 36 | 443 | 64 | 56 |
| Binary | 10100000 | 111000 | 10110010 | 1010 | 1000101 | 0 | 11110 | 100100011 | 110100 | 101110 |
Color Harmonies of #A038B2
Complementary color
Monochromatic Colors of #A038B2
Black with #A038B2
Text Example
Text Example
White with #A038B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A038B2; }
p { color: rgb(160,56,178); }
H1.HeaderClassName
{
color: #A038B2;
}
.AnyTagClassName
{
color: #A038B2;
}
</style>
background-color css
<style>
a { background-color: #A038B2; }
a { background-color: rgb(160,56,178); }
div.DivClassName
{
background-color: #A038B2;
}
.BgClassName
{
background-color: #A038B2;
}
</style>
border-color css
<style>
span { border-color: #A038B2; }
span { border-color: rgb(160,56,178); }
td.TdClassName
{
border-color: #A038B2;
}
.TagClassName
{
border-color: #A038B2;
}
</style>