Shades of Dark Orchid #A534BE
Tints of Dark Orchid #A534BE
RGB
CMYK
RGB Variations
Color information
#A534BE (or 0xA534BE) is known color: Dark Orchid. HEX triplet: A5, 34 and BE. RGB value is (165,52,190). Sum of RGB (Red+Green+Blue) = 165+52+190=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #A534BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A534BE is #5ACB41. Grayscale: #656565. Windows color (decimal): -5950274 or 12465317. OLE color: 12465317.
HSL color Cylindrical-coordinate representation of color #A534BE: hue angle of 289.13º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A534BE is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 52 | 190 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.25 |
| HSL | 289.13º | 0.57% | 0.47% | - |
| HSV(B) | 289.13º | 0.73% | 0.75% | - |
| XYZ | 26.04 | 14.17 | 50.08 | - |
| YUV | 101.52 | 177.94 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 52 | 190 | 0.13 | 0.73 | 0 | 0.25 | 289.13 | 0.57 | 0.47 |
| Hex | A5 | 34 | BE | D | 49 | 0 | 19 | 121 | 39 | 2F |
| Octal | 245 | 64 | 276 | 15 | 111 | 0 | 31 | 441 | 71 | 57 |
| Binary | 10100101 | 110100 | 10111110 | 1101 | 1001001 | 0 | 11001 | 100100001 | 111001 | 101111 |
Color Harmonies of #A534BE
Complementary color
Monochromatic Colors of #A534BE
Black with #A534BE
Text Example
Text Example
White with #A534BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A534BE; }
p { color: rgb(165,52,190); }
H1.HeaderClassName
{
color: #A534BE;
}
.AnyTagClassName
{
color: #A534BE;
}
</style>
background-color css
<style>
a { background-color: #A534BE; }
a { background-color: rgb(165,52,190); }
div.DivClassName
{
background-color: #A534BE;
}
.BgClassName
{
background-color: #A534BE;
}
</style>
border-color css
<style>
span { border-color: #A534BE; }
span { border-color: rgb(165,52,190); }
td.TdClassName
{
border-color: #A534BE;
}
.TagClassName
{
border-color: #A534BE;
}
</style>