Shades of Medium Purple #A37DEF
Tints of Medium Purple #A37DEF
RGB
CMYK
RGB Variations
Color information
#A37DEF (or 0xA37DEF) is known color: Medium Purple. HEX triplet: A3, 7D and EF. RGB value is (163,125,239). Sum of RGB (Red+Green+Blue) = 163+125+239=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #A37DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37DEF is #5C8210. Grayscale: #949494. Windows color (decimal): -6062609 or 15695267. OLE color: 15695267.
HSL color Cylindrical-coordinate representation of color #A37DEF: hue angle of 260º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A37DEF is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 125 | 239 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.06 |
| HSL | 260º | 0.78% | 0.71% | - |
| HSV(B) | 260º | 0.48% | 0.94% | - |
| XYZ | 38.02 | 28.69 | 85.19 | - |
| YUV | 149.36 | 178.59 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 125 | 239 | 0.32 | 0.48 | 0 | 0.06 | 260 | 0.78 | 0.71 |
| Hex | A3 | 7D | EF | 20 | 30 | 0 | 6 | 104 | 4E | 47 |
| Octal | 243 | 175 | 357 | 40 | 60 | 0 | 6 | 404 | 116 | 107 |
| Binary | 10100011 | 1111101 | 11101111 | 100000 | 110000 | 0 | 110 | 100000100 | 1001110 | 1000111 |
Color Harmonies of #A37DEF
Complementary color
Monochromatic Colors of #A37DEF
Black with #A37DEF
Text Example
Text Example
White with #A37DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37DEF; }
p { color: rgb(163,125,239); }
H1.HeaderClassName
{
color: #A37DEF;
}
.AnyTagClassName
{
color: #A37DEF;
}
</style>
background-color css
<style>
a { background-color: #A37DEF; }
a { background-color: rgb(163,125,239); }
div.DivClassName
{
background-color: #A37DEF;
}
.BgClassName
{
background-color: #A37DEF;
}
</style>
border-color css
<style>
span { border-color: #A37DEF; }
span { border-color: rgb(163,125,239); }
td.TdClassName
{
border-color: #A37DEF;
}
.TagClassName
{
border-color: #A37DEF;
}
</style>