Shades of Medium Purple #A672FB
Tints of Medium Purple #A672FB
RGB
CMYK
RGB Variations
Color information
#A672FB (or 0xA672FB) is known color: Medium Purple. HEX triplet: A6, 72 and FB. RGB value is (166,114,251). Sum of RGB (Red+Green+Blue) = 166+114+251=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #A672FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A672FB is #598D04. Grayscale: #909090. Windows color (decimal): -5868805 or 16478886. OLE color: 16478886.
HSL color Cylindrical-coordinate representation of color #A672FB: hue angle of 262.77º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A672FB is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 114 | 251 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.02 |
| HSL | 262.77º | 0.94% | 0.72% | - |
| HSV(B) | 262.77º | 0.55% | 0.98% | - |
| XYZ | 39.16 | 27.11 | 94.44 | - |
| YUV | 145.17 | 187.73 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 251 | 0.34 | 0.55 | 0 | 0.02 | 262.77 | 0.94 | 0.72 |
| Hex | A6 | 72 | FB | 22 | 37 | 0 | 2 | 107 | 5E | 48 |
| Octal | 246 | 162 | 373 | 42 | 67 | 0 | 2 | 407 | 136 | 110 |
| Binary | 10100110 | 1110010 | 11111011 | 100010 | 110111 | 0 | 10 | 100000111 | 1011110 | 1001000 |
Color Harmonies of #A672FB
Complementary color
Monochromatic Colors of #A672FB
Black with #A672FB
Text Example
Text Example
White with #A672FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A672FB; }
p { color: rgb(166,114,251); }
H1.HeaderClassName
{
color: #A672FB;
}
.AnyTagClassName
{
color: #A672FB;
}
</style>
background-color css
<style>
a { background-color: #A672FB; }
a { background-color: rgb(166,114,251); }
div.DivClassName
{
background-color: #A672FB;
}
.BgClassName
{
background-color: #A672FB;
}
</style>
border-color css
<style>
span { border-color: #A672FB; }
span { border-color: rgb(166,114,251); }
td.TdClassName
{
border-color: #A672FB;
}
.TagClassName
{
border-color: #A672FB;
}
</style>