Shades of Medium Orchid #A54ADA
Tints of Medium Orchid #A54ADA
RGB
CMYK
RGB Variations
Color information
#A54ADA (or 0xA54ADA) is known color: Medium Orchid. HEX triplet: A5, 4A and DA. RGB value is (165,74,218). Sum of RGB (Red+Green+Blue) = 165+74+218=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #A54ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54ADA is #5AB525. Grayscale: #757575. Windows color (decimal): -5944614 or 14305957. OLE color: 14305957.
HSL color Cylindrical-coordinate representation of color #A54ADA: hue angle of 277.92º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A54ADA is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 74 | 218 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.15 |
| HSL | 277.92º | 0.66% | 0.57% | - |
| HSV(B) | 277.92º | 0.66% | 0.85% | - |
| XYZ | 30.62 | 17.96 | 68.18 | - |
| YUV | 117.63 | 184.65 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 74 | 218 | 0.24 | 0.66 | 0 | 0.15 | 277.92 | 0.66 | 0.57 |
| Hex | A5 | 4A | DA | 18 | 42 | 0 | F | 116 | 42 | 39 |
| Octal | 245 | 112 | 332 | 30 | 102 | 0 | 17 | 426 | 102 | 71 |
| Binary | 10100101 | 1001010 | 11011010 | 11000 | 1000010 | 0 | 1111 | 100010110 | 1000010 | 111001 |
Color Harmonies of #A54ADA
Complementary color
Monochromatic Colors of #A54ADA
Black with #A54ADA
Text Example
Text Example
White with #A54ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54ADA; }
p { color: rgb(165,74,218); }
H1.HeaderClassName
{
color: #A54ADA;
}
.AnyTagClassName
{
color: #A54ADA;
}
</style>
background-color css
<style>
a { background-color: #A54ADA; }
a { background-color: rgb(165,74,218); }
div.DivClassName
{
background-color: #A54ADA;
}
.BgClassName
{
background-color: #A54ADA;
}
</style>
border-color css
<style>
span { border-color: #A54ADA; }
span { border-color: rgb(165,74,218); }
td.TdClassName
{
border-color: #A54ADA;
}
.TagClassName
{
border-color: #A54ADA;
}
</style>