Shades of Medium Purple #A275DC
Tints of Medium Purple #A275DC
RGB
CMYK
RGB Variations
Color information
#A275DC (or 0xA275DC) is known color: Medium Purple. HEX triplet: A2, 75 and DC. RGB value is (162,117,220). Sum of RGB (Red+Green+Blue) = 162+117+220=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #A275DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A275DC is #5D8A23. Grayscale: #8D8D8D. Windows color (decimal): -6130212 or 14448034. OLE color: 14448034.
HSL color Cylindrical-coordinate representation of color #A275DC: hue angle of 266.21º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A275DC is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 117 | 220 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.14 |
| HSL | 266.21º | 0.6% | 0.66% | - |
| HSV(B) | 266.21º | 0.47% | 0.86% | - |
| XYZ | 34.18 | 25.57 | 70.84 | - |
| YUV | 142.2 | 171.91 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 220 | 0.26 | 0.47 | 0 | 0.14 | 266.21 | 0.6 | 0.66 |
| Hex | A2 | 75 | DC | 1A | 2F | 0 | E | 10A | 3C | 42 |
| Octal | 242 | 165 | 334 | 32 | 57 | 0 | 16 | 412 | 74 | 102 |
| Binary | 10100010 | 1110101 | 11011100 | 11010 | 101111 | 0 | 1110 | 100001010 | 111100 | 1000010 |
Color Harmonies of #A275DC
Complementary color
Monochromatic Colors of #A275DC
Black with #A275DC
Text Example
Text Example
White with #A275DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A275DC; }
p { color: rgb(162,117,220); }
H1.HeaderClassName
{
color: #A275DC;
}
.AnyTagClassName
{
color: #A275DC;
}
</style>
background-color css
<style>
a { background-color: #A275DC; }
a { background-color: rgb(162,117,220); }
div.DivClassName
{
background-color: #A275DC;
}
.BgClassName
{
background-color: #A275DC;
}
</style>
border-color css
<style>
span { border-color: #A275DC; }
span { border-color: rgb(162,117,220); }
td.TdClassName
{
border-color: #A275DC;
}
.TagClassName
{
border-color: #A275DC;
}
</style>