Shades of Medium Purple #A466F2
Tints of Medium Purple #A466F2
RGB
CMYK
RGB Variations
Color information
#A466F2 (or 0xA466F2) is known color: Medium Purple. HEX triplet: A4, 66 and F2. RGB value is (164,102,242). Sum of RGB (Red+Green+Blue) = 164+102+242=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 242 - color contains mainly: blue. Hex color #A466F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A466F2 is #5B990D. Grayscale: #888888. Windows color (decimal): -6002958 or 15885988. OLE color: 15885988.
HSL color Cylindrical-coordinate representation of color #A466F2: hue angle of 266.57º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A466F2 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 102 | 242 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.05 |
| HSL | 266.57º | 0.84% | 0.67% | - |
| HSV(B) | 266.57º | 0.58% | 0.95% | - |
| XYZ | 36.09 | 23.81 | 86.7 | - |
| YUV | 136.5 | 187.54 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 102 | 242 | 0.32 | 0.58 | 0 | 0.05 | 266.57 | 0.84 | 0.67 |
| Hex | A4 | 66 | F2 | 20 | 3A | 0 | 5 | 10B | 54 | 43 |
| Octal | 244 | 146 | 362 | 40 | 72 | 0 | 5 | 413 | 124 | 103 |
| Binary | 10100100 | 1100110 | 11110010 | 100000 | 111010 | 0 | 101 | 100001011 | 1010100 | 1000011 |
Color Harmonies of #A466F2
Complementary color
Monochromatic Colors of #A466F2
Black with #A466F2
Text Example
Text Example
White with #A466F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A466F2; }
p { color: rgb(164,102,242); }
H1.HeaderClassName
{
color: #A466F2;
}
.AnyTagClassName
{
color: #A466F2;
}
</style>
background-color css
<style>
a { background-color: #A466F2; }
a { background-color: rgb(164,102,242); }
div.DivClassName
{
background-color: #A466F2;
}
.BgClassName
{
background-color: #A466F2;
}
</style>
border-color css
<style>
span { border-color: #A466F2; }
span { border-color: rgb(164,102,242); }
td.TdClassName
{
border-color: #A466F2;
}
.TagClassName
{
border-color: #A466F2;
}
</style>