Shades of Dark Orchid #A538BC
Tints of Dark Orchid #A538BC
RGB
CMYK
RGB Variations
Color information
#A538BC (or 0xA538BC) is known color: Dark Orchid. HEX triplet: A5, 38 and BC. RGB value is (165,56,188). Sum of RGB (Red+Green+Blue) = 165+56+188=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #A538BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A538BC is #5AC743. Grayscale: #676767. Windows color (decimal): -5949252 or 12335269. OLE color: 12335269.
HSL color Cylindrical-coordinate representation of color #A538BC: hue angle of 289.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A538BC is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 56 | 188 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.26 |
| HSL | 289.55º | 0.54% | 0.48% | - |
| HSV(B) | 289.55º | 0.7% | 0.74% | - |
| XYZ | 26.01 | 14.46 | 49 | - |
| YUV | 103.64 | 175.61 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 56 | 188 | 0.12 | 0.70 | 0 | 0.26 | 289.55 | 0.54 | 0.48 |
| Hex | A5 | 38 | BC | C | 46 | 0 | 1A | 122 | 36 | 30 |
| Octal | 245 | 70 | 274 | 14 | 106 | 0 | 32 | 442 | 66 | 60 |
| Binary | 10100101 | 111000 | 10111100 | 1100 | 1000110 | 0 | 11010 | 100100010 | 110110 | 110000 |
Color Harmonies of #A538BC
Complementary color
Monochromatic Colors of #A538BC
Black with #A538BC
Text Example
Text Example
White with #A538BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A538BC; }
p { color: rgb(165,56,188); }
H1.HeaderClassName
{
color: #A538BC;
}
.AnyTagClassName
{
color: #A538BC;
}
</style>
background-color css
<style>
a { background-color: #A538BC; }
a { background-color: rgb(165,56,188); }
div.DivClassName
{
background-color: #A538BC;
}
.BgClassName
{
background-color: #A538BC;
}
</style>
border-color css
<style>
span { border-color: #A538BC; }
span { border-color: rgb(165,56,188); }
td.TdClassName
{
border-color: #A538BC;
}
.TagClassName
{
border-color: #A538BC;
}
</style>