Shades of Medium Purple #A672F0
Tints of Medium Purple #A672F0
RGB
CMYK
RGB Variations
Color information
#A672F0 (or 0xA672F0) is known color: Medium Purple. HEX triplet: A6, 72 and F0. RGB value is (166,114,240). Sum of RGB (Red+Green+Blue) = 166+114+240=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 114 (44.92% from 255 or 21.92% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #A672F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A672F0 is #598D0F. Grayscale: #8F8F8F. Windows color (decimal): -5868816 or 15757990. OLE color: 15757990.
HSL color Cylindrical-coordinate representation of color #A672F0: hue angle of 264.76º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A672F0 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 114 | 240 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.06 |
| HSL | 264.76º | 0.81% | 0.69% | - |
| HSV(B) | 264.76º | 0.53% | 0.94% | - |
| XYZ | 37.47 | 26.43 | 85.57 | - |
| YUV | 143.91 | 182.23 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 240 | 0.31 | 0.52 | 0 | 0.06 | 264.76 | 0.81 | 0.69 |
| Hex | A6 | 72 | F0 | 1F | 34 | 0 | 6 | 109 | 51 | 45 |
| Octal | 246 | 162 | 360 | 37 | 64 | 0 | 6 | 411 | 121 | 105 |
| Binary | 10100110 | 1110010 | 11110000 | 11111 | 110100 | 0 | 110 | 100001001 | 1010001 | 1000101 |
Color Harmonies of #A672F0
Complementary color
Monochromatic Colors of #A672F0
Black with #A672F0
Text Example
Text Example
White with #A672F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A672F0; }
p { color: rgb(166,114,240); }
H1.HeaderClassName
{
color: #A672F0;
}
.AnyTagClassName
{
color: #A672F0;
}
</style>
background-color css
<style>
a { background-color: #A672F0; }
a { background-color: rgb(166,114,240); }
div.DivClassName
{
background-color: #A672F0;
}
.BgClassName
{
background-color: #A672F0;
}
</style>
border-color css
<style>
span { border-color: #A672F0; }
span { border-color: rgb(166,114,240); }
td.TdClassName
{
border-color: #A672F0;
}
.TagClassName
{
border-color: #A672F0;
}
</style>