Shades of Medium Purple #A672FC
Tints of Medium Purple #A672FC
RGB
CMYK
RGB Variations
Color information
#A672FC (or 0xA672FC) is known color: Medium Purple. HEX triplet: A6, 72 and FC. RGB value is (166,114,252). Sum of RGB (Red+Green+Blue) = 166+114+252=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #A672FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A672FC is #598D03. Grayscale: #909090. Windows color (decimal): -5868804 or 16544422. OLE color: 16544422.
HSL color Cylindrical-coordinate representation of color #A672FC: hue angle of 262.61º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A672FC is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 114 | 252 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.01 |
| HSL | 262.61º | 0.96% | 0.72% | - |
| HSV(B) | 262.61º | 0.55% | 0.99% | - |
| XYZ | 39.31 | 27.17 | 95.27 | - |
| YUV | 145.28 | 188.23 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 252 | 0.34 | 0.55 | 0 | 0.01 | 262.61 | 0.96 | 0.72 |
| Hex | A6 | 72 | FC | 22 | 37 | 0 | 1 | 107 | 60 | 48 |
| Octal | 246 | 162 | 374 | 42 | 67 | 0 | 1 | 407 | 140 | 110 |
| Binary | 10100110 | 1110010 | 11111100 | 100010 | 110111 | 0 | 1 | 100000111 | 1100000 | 1001000 |
Color Harmonies of #A672FC
Complementary color
Monochromatic Colors of #A672FC
Black with #A672FC
Text Example
Text Example
White with #A672FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A672FC; }
p { color: rgb(166,114,252); }
H1.HeaderClassName
{
color: #A672FC;
}
.AnyTagClassName
{
color: #A672FC;
}
</style>
background-color css
<style>
a { background-color: #A672FC; }
a { background-color: rgb(166,114,252); }
div.DivClassName
{
background-color: #A672FC;
}
.BgClassName
{
background-color: #A672FC;
}
</style>
border-color css
<style>
span { border-color: #A672FC; }
span { border-color: rgb(166,114,252); }
td.TdClassName
{
border-color: #A672FC;
}
.TagClassName
{
border-color: #A672FC;
}
</style>