Shades of Dark Orchid #A537E4
Tints of Dark Orchid #A537E4
RGB
CMYK
RGB Variations
Color information
#A537E4 (or 0xA537E4) is known color: Dark Orchid. HEX triplet: A5, 37 and E4. RGB value is (165,55,228). Sum of RGB (Red+Green+Blue) = 165+55+228=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 55 (21.88% from 255 or 12.28% from 448); Blue value is 228 (89.45% from 255 or 50.89% from 448); Max value from RGB is 228 - color contains mainly: blue. Hex color #A537E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A537E4 is #5AC81B. Grayscale: #6B6B6B. Windows color (decimal): -5949468 or 14956453. OLE color: 14956453.
HSL color Cylindrical-coordinate representation of color #A537E4: hue angle of 278.15º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A537E4 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 55 | 228 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.11 |
| HSL | 278.15º | 0.76% | 0.55% | - |
| HSV(B) | 278.15º | 0.76% | 0.89% | - |
| XYZ | 30.89 | 16.33 | 74.92 | - |
| YUV | 107.61 | 195.94 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 55 | 228 | 0.28 | 0.76 | 0 | 0.11 | 278.15 | 0.76 | 0.55 |
| Hex | A5 | 37 | E4 | 1C | 4C | 0 | B | 116 | 4C | 37 |
| Octal | 245 | 67 | 344 | 34 | 114 | 0 | 13 | 426 | 114 | 67 |
| Binary | 10100101 | 110111 | 11100100 | 11100 | 1001100 | 0 | 1011 | 100010110 | 1001100 | 110111 |
Color Harmonies of #A537E4
Complementary color
Monochromatic Colors of #A537E4
Black with #A537E4
Text Example
Text Example
White with #A537E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A537E4; }
p { color: rgb(165,55,228); }
H1.HeaderClassName
{
color: #A537E4;
}
.AnyTagClassName
{
color: #A537E4;
}
</style>
background-color css
<style>
a { background-color: #A537E4; }
a { background-color: rgb(165,55,228); }
div.DivClassName
{
background-color: #A537E4;
}
.BgClassName
{
background-color: #A537E4;
}
</style>
border-color css
<style>
span { border-color: #A537E4; }
span { border-color: rgb(165,55,228); }
td.TdClassName
{
border-color: #A537E4;
}
.TagClassName
{
border-color: #A537E4;
}
</style>