Shades of Medium Purple #A37FF2
Tints of Medium Purple #A37FF2
RGB
CMYK
RGB Variations
Color information
#A37FF2 (or 0xA37FF2) is known color: Medium Purple. HEX triplet: A3, 7F and F2. RGB value is (163,127,242). Sum of RGB (Red+Green+Blue) = 163+127+242=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #A37FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37FF2 is #5C800D. Grayscale: #969696. Windows color (decimal): -6062094 or 15892387. OLE color: 15892387.
HSL color Cylindrical-coordinate representation of color #A37FF2: hue angle of 258.78º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A37FF2 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 127 | 242 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.05 |
| HSL | 258.78º | 0.82% | 0.72% | - |
| HSV(B) | 258.78º | 0.48% | 0.95% | - |
| XYZ | 38.72 | 29.38 | 87.63 | - |
| YUV | 150.87 | 179.43 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 242 | 0.33 | 0.48 | 0 | 0.05 | 258.78 | 0.82 | 0.72 |
| Hex | A3 | 7F | F2 | 21 | 30 | 0 | 5 | 103 | 52 | 48 |
| Octal | 243 | 177 | 362 | 41 | 60 | 0 | 5 | 403 | 122 | 110 |
| Binary | 10100011 | 1111111 | 11110010 | 100001 | 110000 | 0 | 101 | 100000011 | 1010010 | 1001000 |
Color Harmonies of #A37FF2
Complementary color
Monochromatic Colors of #A37FF2
Black with #A37FF2
Text Example
Text Example
White with #A37FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37FF2; }
p { color: rgb(163,127,242); }
H1.HeaderClassName
{
color: #A37FF2;
}
.AnyTagClassName
{
color: #A37FF2;
}
</style>
background-color css
<style>
a { background-color: #A37FF2; }
a { background-color: rgb(163,127,242); }
div.DivClassName
{
background-color: #A37FF2;
}
.BgClassName
{
background-color: #A37FF2;
}
</style>
border-color css
<style>
span { border-color: #A37FF2; }
span { border-color: rgb(163,127,242); }
td.TdClassName
{
border-color: #A37FF2;
}
.TagClassName
{
border-color: #A37FF2;
}
</style>