Shades of Dark Orchid #A53AC2
Tints of Dark Orchid #A53AC2
RGB
CMYK
RGB Variations
Color information
#A53AC2 (or 0xA53AC2) is known color: Dark Orchid. HEX triplet: A5, 3A and C2. RGB value is (165,58,194). Sum of RGB (Red+Green+Blue) = 165+58+194=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 194 - color contains mainly: blue. Hex color #A53AC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53AC2 is #5AC53D. Grayscale: #696969. Windows color (decimal): -5948734 or 12728997. OLE color: 12728997.
HSL color Cylindrical-coordinate representation of color #A53AC2: hue angle of 287.21º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A53AC2 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 58 | 194 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.24 |
| HSL | 287.21º | 0.54% | 0.49% | - |
| HSV(B) | 287.21º | 0.7% | 0.76% | - |
| XYZ | 26.77 | 14.92 | 52.51 | - |
| YUV | 105.5 | 177.95 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 194 | 0.15 | 0.70 | 0 | 0.24 | 287.21 | 0.54 | 0.49 |
| Hex | A5 | 3A | C2 | F | 46 | 0 | 18 | 11F | 36 | 31 |
| Octal | 245 | 72 | 302 | 17 | 106 | 0 | 30 | 437 | 66 | 61 |
| Binary | 10100101 | 111010 | 11000010 | 1111 | 1000110 | 0 | 11000 | 100011111 | 110110 | 110001 |
Color Harmonies of #A53AC2
Complementary color
Monochromatic Colors of #A53AC2
Black with #A53AC2
Text Example
Text Example
White with #A53AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53AC2; }
p { color: rgb(165,58,194); }
H1.HeaderClassName
{
color: #A53AC2;
}
.AnyTagClassName
{
color: #A53AC2;
}
</style>
background-color css
<style>
a { background-color: #A53AC2; }
a { background-color: rgb(165,58,194); }
div.DivClassName
{
background-color: #A53AC2;
}
.BgClassName
{
background-color: #A53AC2;
}
</style>
border-color css
<style>
span { border-color: #A53AC2; }
span { border-color: rgb(165,58,194); }
td.TdClassName
{
border-color: #A53AC2;
}
.TagClassName
{
border-color: #A53AC2;
}
</style>