Shades of Dark Orchid #A038B3
Tints of Dark Orchid #A038B3
RGB
CMYK
RGB Variations
Color information
#A038B3 (or 0xA038B3) is known color: Dark Orchid. HEX triplet: A0, 38 and B3. RGB value is (160,56,179). Sum of RGB (Red+Green+Blue) = 160+56+179=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 179 (70.31% from 255 or 45.32% from 395); Max value from RGB is 179 - color contains mainly: blue. Hex color #A038B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A038B3 is #5FC74C. Grayscale: #646464. Windows color (decimal): -6276941 or 11745440. OLE color: 11745440.
HSL color Cylindrical-coordinate representation of color #A038B3: hue angle of 290.73º 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 #A038B3 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 56 | 179 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.30 |
| HSL | 290.73º | 0.52% | 0.46% | - |
| HSV(B) | 290.73º | 0.69% | 0.7% | - |
| XYZ | 24.05 | 13.56 | 44 | - |
| YUV | 101.12 | 171.96 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 179 | 0.11 | 0.69 | 0 | 0.30 | 290.73 | 0.52 | 0.46 |
| Hex | A0 | 38 | B3 | B | 45 | 0 | 1E | 123 | 34 | 2E |
| Octal | 240 | 70 | 263 | 13 | 105 | 0 | 36 | 443 | 64 | 56 |
| Binary | 10100000 | 111000 | 10110011 | 1011 | 1000101 | 0 | 11110 | 100100011 | 110100 | 101110 |
Color Harmonies of #A038B3
Complementary color
Monochromatic Colors of #A038B3
Black with #A038B3
Text Example
Text Example
White with #A038B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A038B3; }
p { color: rgb(160,56,179); }
H1.HeaderClassName
{
color: #A038B3;
}
.AnyTagClassName
{
color: #A038B3;
}
</style>
background-color css
<style>
a { background-color: #A038B3; }
a { background-color: rgb(160,56,179); }
div.DivClassName
{
background-color: #A038B3;
}
.BgClassName
{
background-color: #A038B3;
}
</style>
border-color css
<style>
span { border-color: #A038B3; }
span { border-color: rgb(160,56,179); }
td.TdClassName
{
border-color: #A038B3;
}
.TagClassName
{
border-color: #A038B3;
}
</style>