Shades of Medium Orchid #A552DB
Tints of Medium Orchid #A552DB
RGB
CMYK
RGB Variations
Color information
#A552DB (or 0xA552DB) is known color: Medium Orchid. HEX triplet: A5, 52 and DB. RGB value is (165,82,219). Sum of RGB (Red+Green+Blue) = 165+82+219=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #A552DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A552DB is #5AAD24. Grayscale: #797979. Windows color (decimal): -5942565 or 14373541. OLE color: 14373541.
HSL color Cylindrical-coordinate representation of color #A552DB: hue angle of 276.35º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A552DB is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 82 | 219 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.14 |
| HSL | 276.35º | 0.66% | 0.59% | - |
| HSV(B) | 276.35º | 0.63% | 0.86% | - |
| XYZ | 31.32 | 19.15 | 69.06 | - |
| YUV | 122.44 | 182.5 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 82 | 219 | 0.25 | 0.63 | 0 | 0.14 | 276.35 | 0.66 | 0.59 |
| Hex | A5 | 52 | DB | 19 | 3F | 0 | E | 114 | 42 | 3B |
| Octal | 245 | 122 | 333 | 31 | 77 | 0 | 16 | 424 | 102 | 73 |
| Binary | 10100101 | 1010010 | 11011011 | 11001 | 111111 | 0 | 1110 | 100010100 | 1000010 | 111011 |
Color Harmonies of #A552DB
Complementary color
Monochromatic Colors of #A552DB
Black with #A552DB
Text Example
Text Example
White with #A552DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A552DB; }
p { color: rgb(165,82,219); }
H1.HeaderClassName
{
color: #A552DB;
}
.AnyTagClassName
{
color: #A552DB;
}
</style>
background-color css
<style>
a { background-color: #A552DB; }
a { background-color: rgb(165,82,219); }
div.DivClassName
{
background-color: #A552DB;
}
.BgClassName
{
background-color: #A552DB;
}
</style>
border-color css
<style>
span { border-color: #A552DB; }
span { border-color: rgb(165,82,219); }
td.TdClassName
{
border-color: #A552DB;
}
.TagClassName
{
border-color: #A552DB;
}
</style>