Shades of Medium Orchid #A552DC
Tints of Medium Orchid #A552DC
RGB
CMYK
RGB Variations
Color information
#A552DC (or 0xA552DC) is known color: Medium Orchid. HEX triplet: A5, 52 and DC. RGB value is (165,82,220). Sum of RGB (Red+Green+Blue) = 165+82+220=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #A552DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A552DC is #5AAD23. Grayscale: #7A7A7A. Windows color (decimal): -5942564 or 14439077. OLE color: 14439077.
HSL color Cylindrical-coordinate representation of color #A552DC: hue angle of 276.09º 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 #A552DC is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 82 | 220 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.14 |
| HSL | 276.09º | 0.66% | 0.59% | - |
| HSV(B) | 276.09º | 0.63% | 0.86% | - |
| XYZ | 31.45 | 19.2 | 69.76 | - |
| YUV | 122.55 | 183 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 82 | 220 | 0.25 | 0.63 | 0 | 0.14 | 276.09 | 0.66 | 0.59 |
| Hex | A5 | 52 | DC | 19 | 3F | 0 | E | 114 | 42 | 3B |
| Octal | 245 | 122 | 334 | 31 | 77 | 0 | 16 | 424 | 102 | 73 |
| Binary | 10100101 | 1010010 | 11011100 | 11001 | 111111 | 0 | 1110 | 100010100 | 1000010 | 111011 |
Color Harmonies of #A552DC
Complementary color
Monochromatic Colors of #A552DC
Black with #A552DC
Text Example
Text Example
White with #A552DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A552DC; }
p { color: rgb(165,82,220); }
H1.HeaderClassName
{
color: #A552DC;
}
.AnyTagClassName
{
color: #A552DC;
}
</style>
background-color css
<style>
a { background-color: #A552DC; }
a { background-color: rgb(165,82,220); }
div.DivClassName
{
background-color: #A552DC;
}
.BgClassName
{
background-color: #A552DC;
}
</style>
border-color css
<style>
span { border-color: #A552DC; }
span { border-color: rgb(165,82,220); }
td.TdClassName
{
border-color: #A552DC;
}
.TagClassName
{
border-color: #A552DC;
}
</style>