Shades of Medium Purple #A277DF
Tints of Medium Purple #A277DF
RGB
CMYK
RGB Variations
Color information
#A277DF (or 0xA277DF) is known color: Medium Purple. HEX triplet: A2, 77 and DF. RGB value is (162,119,223). Sum of RGB (Red+Green+Blue) = 162+119+223=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #A277DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A277DF is #5D8820. Grayscale: #8F8F8F. Windows color (decimal): -6129697 or 14645154. OLE color: 14645154.
HSL color Cylindrical-coordinate representation of color #A277DF: hue angle of 264.81º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A277DF is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 119 | 223 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.13 |
| HSL | 264.81º | 0.62% | 0.67% | - |
| HSV(B) | 264.81º | 0.47% | 0.87% | - |
| XYZ | 34.82 | 26.2 | 73.03 | - |
| YUV | 143.71 | 172.75 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 119 | 223 | 0.27 | 0.47 | 0 | 0.13 | 264.81 | 0.62 | 0.67 |
| Hex | A2 | 77 | DF | 1B | 2F | 0 | D | 109 | 3E | 43 |
| Octal | 242 | 167 | 337 | 33 | 57 | 0 | 15 | 411 | 76 | 103 |
| Binary | 10100010 | 1110111 | 11011111 | 11011 | 101111 | 0 | 1101 | 100001001 | 111110 | 1000011 |
Color Harmonies of #A277DF
Complementary color
Monochromatic Colors of #A277DF
Black with #A277DF
Text Example
Text Example
White with #A277DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A277DF; }
p { color: rgb(162,119,223); }
H1.HeaderClassName
{
color: #A277DF;
}
.AnyTagClassName
{
color: #A277DF;
}
</style>
background-color css
<style>
a { background-color: #A277DF; }
a { background-color: rgb(162,119,223); }
div.DivClassName
{
background-color: #A277DF;
}
.BgClassName
{
background-color: #A277DF;
}
</style>
border-color css
<style>
span { border-color: #A277DF; }
span { border-color: rgb(162,119,223); }
td.TdClassName
{
border-color: #A277DF;
}
.TagClassName
{
border-color: #A277DF;
}
</style>