Shades of Medium Purple #A57ADC
Tints of Medium Purple #A57ADC
RGB
CMYK
RGB Variations
Color information
#A57ADC (or 0xA57ADC) is known color: Medium Purple. HEX triplet: A5, 7A and DC. RGB value is (165,122,220). Sum of RGB (Red+Green+Blue) = 165+122+220=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #A57ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57ADC is #5A8523. Grayscale: #919191. Windows color (decimal): -5932324 or 14449317. OLE color: 14449317.
HSL color Cylindrical-coordinate representation of color #A57ADC: hue angle of 266.33º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A57ADC is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 122 | 220 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.14 |
| HSL | 266.33º | 0.58% | 0.67% | - |
| HSV(B) | 266.33º | 0.45% | 0.86% | - |
| XYZ | 35.39 | 27.09 | 71.07 | - |
| YUV | 146.03 | 169.75 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 220 | 0.25 | 0.45 | 0 | 0.14 | 266.33 | 0.58 | 0.67 |
| Hex | A5 | 7A | DC | 19 | 2D | 0 | E | 10A | 3A | 43 |
| Octal | 245 | 172 | 334 | 31 | 55 | 0 | 16 | 412 | 72 | 103 |
| Binary | 10100101 | 1111010 | 11011100 | 11001 | 101101 | 0 | 1110 | 100001010 | 111010 | 1000011 |
Color Harmonies of #A57ADC
Complementary color
Monochromatic Colors of #A57ADC
Black with #A57ADC
Text Example
Text Example
White with #A57ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57ADC; }
p { color: rgb(165,122,220); }
H1.HeaderClassName
{
color: #A57ADC;
}
.AnyTagClassName
{
color: #A57ADC;
}
</style>
background-color css
<style>
a { background-color: #A57ADC; }
a { background-color: rgb(165,122,220); }
div.DivClassName
{
background-color: #A57ADC;
}
.BgClassName
{
background-color: #A57ADC;
}
</style>
border-color css
<style>
span { border-color: #A57ADC; }
span { border-color: rgb(165,122,220); }
td.TdClassName
{
border-color: #A57ADC;
}
.TagClassName
{
border-color: #A57ADC;
}
</style>