Shades of Dark Orchid #A534DD
Tints of Dark Orchid #A534DD
RGB
CMYK
RGB Variations
Color information
#A534DD (or 0xA534DD) is known color: Dark Orchid. HEX triplet: A5, 34 and DD. RGB value is (165,52,221). Sum of RGB (Red+Green+Blue) = 165+52+221=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 52 (20.70% from 255 or 11.87% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #A534DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A534DD is #5ACB22. Grayscale: #686868. Windows color (decimal): -5950243 or 14496933. OLE color: 14496933.
HSL color Cylindrical-coordinate representation of color #A534DD: hue angle of 280.12º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A534DD is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 52 | 221 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.13 |
| HSL | 280.12º | 0.71% | 0.54% | - |
| HSV(B) | 280.12º | 0.76% | 0.87% | - |
| XYZ | 29.8 | 15.68 | 69.86 | - |
| YUV | 105.05 | 193.44 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 52 | 221 | 0.25 | 0.76 | 0 | 0.13 | 280.12 | 0.71 | 0.54 |
| Hex | A5 | 34 | DD | 19 | 4C | 0 | D | 118 | 47 | 36 |
| Octal | 245 | 64 | 335 | 31 | 114 | 0 | 15 | 430 | 107 | 66 |
| Binary | 10100101 | 110100 | 11011101 | 11001 | 1001100 | 0 | 1101 | 100011000 | 1000111 | 110110 |
Color Harmonies of #A534DD
Complementary color
Monochromatic Colors of #A534DD
Black with #A534DD
Text Example
Text Example
White with #A534DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A534DD; }
p { color: rgb(165,52,221); }
H1.HeaderClassName
{
color: #A534DD;
}
.AnyTagClassName
{
color: #A534DD;
}
</style>
background-color css
<style>
a { background-color: #A534DD; }
a { background-color: rgb(165,52,221); }
div.DivClassName
{
background-color: #A534DD;
}
.BgClassName
{
background-color: #A534DD;
}
</style>
border-color css
<style>
span { border-color: #A534DD; }
span { border-color: rgb(165,52,221); }
td.TdClassName
{
border-color: #A534DD;
}
.TagClassName
{
border-color: #A534DD;
}
</style>