Shades of Medium Orchid #A554D2
Tints of Medium Orchid #A554D2
RGB
CMYK
RGB Variations
Color information
#A554D2 (or 0xA554D2) is known color: Medium Orchid. HEX triplet: A5, 54 and D2. RGB value is (165,84,210). Sum of RGB (Red+Green+Blue) = 165+84+210=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 210 (82.42% from 255 or 45.75% from 459); Max value from RGB is 210 - color contains mainly: blue. Hex color #A554D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A554D2 is #5AAB2D. Grayscale: #7A7A7A. Windows color (decimal): -5942062 or 13784229. OLE color: 13784229.
HSL color Cylindrical-coordinate representation of color #A554D2: hue angle of 278.57º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A554D2 is Cyan = 0.21, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 84 | 210 | - |
| CMYK | 0.21 | 0.6 | 0 | 0.18 |
| HSL | 278.57º | 0.58% | 0.58% | - |
| HSV(B) | 278.57º | 0.6% | 0.82% | - |
| XYZ | 30.32 | 18.99 | 63.04 | - |
| YUV | 122.58 | 177.34 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 84 | 210 | 0.21 | 0.6 | 0 | 0.18 | 278.57 | 0.58 | 0.58 |
| Hex | A5 | 54 | D2 | 15 | 3C | 0 | 12 | 117 | 3A | 3A |
| Octal | 245 | 124 | 322 | 25 | 74 | 0 | 22 | 427 | 72 | 72 |
| Binary | 10100101 | 1010100 | 11010010 | 10101 | 111100 | 0 | 10010 | 100010111 | 111010 | 111010 |
Color Harmonies of #A554D2
Complementary color
Monochromatic Colors of #A554D2
Black with #A554D2
Text Example
Text Example
White with #A554D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A554D2; }
p { color: rgb(165,84,210); }
H1.HeaderClassName
{
color: #A554D2;
}
.AnyTagClassName
{
color: #A554D2;
}
</style>
background-color css
<style>
a { background-color: #A554D2; }
a { background-color: rgb(165,84,210); }
div.DivClassName
{
background-color: #A554D2;
}
.BgClassName
{
background-color: #A554D2;
}
</style>
border-color css
<style>
span { border-color: #A554D2; }
span { border-color: rgb(165,84,210); }
td.TdClassName
{
border-color: #A554D2;
}
.TagClassName
{
border-color: #A554D2;
}
</style>