Shades of Dark Orchid #A038BF
Tints of Dark Orchid #A038BF
RGB
CMYK
RGB Variations
Color information
#A038BF (or 0xA038BF) is known color: Dark Orchid. HEX triplet: A0, 38 and BF. RGB value is (160,56,191). Sum of RGB (Red+Green+Blue) = 160+56+191=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #A038BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A038BF is #5FC740. Grayscale: #666666. Windows color (decimal): -6276929 or 12531872. OLE color: 12531872.
HSL color Cylindrical-coordinate representation of color #A038BF: hue angle of 286.22º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A038BF is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 56 | 191 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.25 |
| HSL | 286.22º | 0.55% | 0.48% | - |
| HSV(B) | 286.22º | 0.71% | 0.75% | - |
| XYZ | 25.32 | 14.06 | 50.67 | - |
| YUV | 102.49 | 177.96 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 191 | 0.16 | 0.71 | 0 | 0.25 | 286.22 | 0.55 | 0.48 |
| Hex | A0 | 38 | BF | 10 | 47 | 0 | 19 | 11E | 37 | 30 |
| Octal | 240 | 70 | 277 | 20 | 107 | 0 | 31 | 436 | 67 | 60 |
| Binary | 10100000 | 111000 | 10111111 | 10000 | 1000111 | 0 | 11001 | 100011110 | 110111 | 110000 |
Color Harmonies of #A038BF
Complementary color
Monochromatic Colors of #A038BF
Black with #A038BF
Text Example
Text Example
White with #A038BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A038BF; }
p { color: rgb(160,56,191); }
H1.HeaderClassName
{
color: #A038BF;
}
.AnyTagClassName
{
color: #A038BF;
}
</style>
background-color css
<style>
a { background-color: #A038BF; }
a { background-color: rgb(160,56,191); }
div.DivClassName
{
background-color: #A038BF;
}
.BgClassName
{
background-color: #A038BF;
}
</style>
border-color css
<style>
span { border-color: #A038BF; }
span { border-color: rgb(160,56,191); }
td.TdClassName
{
border-color: #A038BF;
}
.TagClassName
{
border-color: #A038BF;
}
</style>