Shades of Medium Purple #A664FB
Tints of Medium Purple #A664FB
RGB
CMYK
RGB Variations
Color information
#A664FB (or 0xA664FB) is known color: Medium Purple. HEX triplet: A6, 64 and FB. RGB value is (166,100,251). Sum of RGB (Red+Green+Blue) = 166+100+251=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #A664FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A664FB is #599B04. Grayscale: #888888. Windows color (decimal): -5872389 or 16475302. OLE color: 16475302.
HSL color Cylindrical-coordinate representation of color #A664FB: hue angle of 266.23º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A664FB is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 100 | 251 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.02 |
| HSL | 266.23º | 0.95% | 0.69% | - |
| HSV(B) | 266.23º | 0.6% | 0.98% | - |
| XYZ | 37.7 | 24.19 | 93.95 | - |
| YUV | 136.95 | 192.37 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 100 | 251 | 0.34 | 0.60 | 0 | 0.02 | 266.23 | 0.95 | 0.69 |
| Hex | A6 | 64 | FB | 22 | 3C | 0 | 2 | 10A | 5F | 45 |
| Octal | 246 | 144 | 373 | 42 | 74 | 0 | 2 | 412 | 137 | 105 |
| Binary | 10100110 | 1100100 | 11111011 | 100010 | 111100 | 0 | 10 | 100001010 | 1011111 | 1000101 |
Color Harmonies of #A664FB
Complementary color
Monochromatic Colors of #A664FB
Black with #A664FB
Text Example
Text Example
White with #A664FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A664FB; }
p { color: rgb(166,100,251); }
H1.HeaderClassName
{
color: #A664FB;
}
.AnyTagClassName
{
color: #A664FB;
}
</style>
background-color css
<style>
a { background-color: #A664FB; }
a { background-color: rgb(166,100,251); }
div.DivClassName
{
background-color: #A664FB;
}
.BgClassName
{
background-color: #A664FB;
}
</style>
border-color css
<style>
span { border-color: #A664FB; }
span { border-color: rgb(166,100,251); }
td.TdClassName
{
border-color: #A664FB;
}
.TagClassName
{
border-color: #A664FB;
}
</style>