Shades of Medium Orchid #A552D5
Tints of Medium Orchid #A552D5
RGB
CMYK
RGB Variations
Color information
#A552D5 (or 0xA552D5) is known color: Medium Orchid. HEX triplet: A5, 52 and D5. RGB value is (165,82,213). Sum of RGB (Red+Green+Blue) = 165+82+213=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 213 (83.59% from 255 or 46.30% from 460); Max value from RGB is 213 - color contains mainly: blue. Hex color #A552D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A552D5 is #5AAD2A. Grayscale: #797979. Windows color (decimal): -5942571 or 13980325. OLE color: 13980325.
HSL color Cylindrical-coordinate representation of color #A552D5: hue angle of 278.02º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A552D5 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 82 | 213 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.16 |
| HSL | 278.02º | 0.61% | 0.58% | - |
| HSV(B) | 278.02º | 0.62% | 0.84% | - |
| XYZ | 30.54 | 18.84 | 64.98 | - |
| YUV | 121.75 | 179.5 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 82 | 213 | 0.23 | 0.62 | 0 | 0.16 | 278.02 | 0.61 | 0.58 |
| Hex | A5 | 52 | D5 | 17 | 3E | 0 | 10 | 116 | 3D | 3A |
| Octal | 245 | 122 | 325 | 27 | 76 | 0 | 20 | 426 | 75 | 72 |
| Binary | 10100101 | 1010010 | 11010101 | 10111 | 111110 | 0 | 10000 | 100010110 | 111101 | 111010 |
Color Harmonies of #A552D5
Complementary color
Monochromatic Colors of #A552D5
Black with #A552D5
Text Example
Text Example
White with #A552D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A552D5; }
p { color: rgb(165,82,213); }
H1.HeaderClassName
{
color: #A552D5;
}
.AnyTagClassName
{
color: #A552D5;
}
</style>
background-color css
<style>
a { background-color: #A552D5; }
a { background-color: rgb(165,82,213); }
div.DivClassName
{
background-color: #A552D5;
}
.BgClassName
{
background-color: #A552D5;
}
</style>
border-color css
<style>
span { border-color: #A552D5; }
span { border-color: rgb(165,82,213); }
td.TdClassName
{
border-color: #A552D5;
}
.TagClassName
{
border-color: #A552D5;
}
</style>