Shades of Dark Orchid #A534BF
Tints of Dark Orchid #A534BF
RGB
CMYK
RGB Variations
Color information
#A534BF (or 0xA534BF) is known color: Dark Orchid. HEX triplet: A5, 34 and BF. RGB value is (165,52,191). Sum of RGB (Red+Green+Blue) = 165+52+191=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 52 (20.70% from 255 or 12.75% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #A534BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A534BF is #5ACB40. Grayscale: #656565. Windows color (decimal): -5950273 or 12530853. OLE color: 12530853.
HSL color Cylindrical-coordinate representation of color #A534BF: hue angle of 288.78º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A534BF is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 52 | 191 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.25 |
| HSL | 288.78º | 0.57% | 0.48% | - |
| HSV(B) | 288.78º | 0.73% | 0.75% | - |
| XYZ | 26.15 | 14.22 | 50.66 | - |
| YUV | 101.63 | 178.44 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 52 | 191 | 0.14 | 0.73 | 0 | 0.25 | 288.78 | 0.57 | 0.48 |
| Hex | A5 | 34 | BF | E | 49 | 0 | 19 | 121 | 39 | 30 |
| Octal | 245 | 64 | 277 | 16 | 111 | 0 | 31 | 441 | 71 | 60 |
| Binary | 10100101 | 110100 | 10111111 | 1110 | 1001001 | 0 | 11001 | 100100001 | 111001 | 110000 |
Color Harmonies of #A534BF
Complementary color
Monochromatic Colors of #A534BF
Black with #A534BF
Text Example
Text Example
White with #A534BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A534BF; }
p { color: rgb(165,52,191); }
H1.HeaderClassName
{
color: #A534BF;
}
.AnyTagClassName
{
color: #A534BF;
}
</style>
background-color css
<style>
a { background-color: #A534BF; }
a { background-color: rgb(165,52,191); }
div.DivClassName
{
background-color: #A534BF;
}
.BgClassName
{
background-color: #A534BF;
}
</style>
border-color css
<style>
span { border-color: #A534BF; }
span { border-color: rgb(165,52,191); }
td.TdClassName
{
border-color: #A534BF;
}
.TagClassName
{
border-color: #A534BF;
}
</style>