Shades of Medium Purple #A488F2
Tints of Medium Purple #A488F2
RGB
CMYK
RGB Variations
Color information
#A488F2 (or 0xA488F2) is known color: Medium Purple. HEX triplet: A4, 88 and F2. RGB value is (164,136,242). Sum of RGB (Red+Green+Blue) = 164+136+242=542 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.26% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 242 (94.92% from 255 or 44.65% from 542); Max value from RGB is 242 - color contains mainly: blue. Hex color #A488F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A488F2 is #5B770D. Grayscale: #9C9C9C. Windows color (decimal): -5994254 or 15894692. OLE color: 15894692.
HSL color Cylindrical-coordinate representation of color #A488F2: hue angle of 255.85º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A488F2 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 136 | 242 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.05 |
| HSL | 255.85º | 0.8% | 0.74% | - |
| HSV(B) | 255.85º | 0.44% | 0.95% | - |
| XYZ | 40.14 | 31.91 | 88.05 | - |
| YUV | 156.46 | 176.28 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 242 | 0.32 | 0.44 | 0 | 0.05 | 255.85 | 0.8 | 0.74 |
| Hex | A4 | 88 | F2 | 20 | 2C | 0 | 5 | 100 | 50 | 4A |
| Octal | 244 | 210 | 362 | 40 | 54 | 0 | 5 | 400 | 120 | 112 |
| Binary | 10100100 | 10001000 | 11110010 | 100000 | 101100 | 0 | 101 | 100000000 | 1010000 | 1001010 |
Color Harmonies of #A488F2
Complementary color
Monochromatic Colors of #A488F2
Black with #A488F2
Text Example
Text Example
White with #A488F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A488F2; }
p { color: rgb(164,136,242); }
H1.HeaderClassName
{
color: #A488F2;
}
.AnyTagClassName
{
color: #A488F2;
}
</style>
background-color css
<style>
a { background-color: #A488F2; }
a { background-color: rgb(164,136,242); }
div.DivClassName
{
background-color: #A488F2;
}
.BgClassName
{
background-color: #A488F2;
}
</style>
border-color css
<style>
span { border-color: #A488F2; }
span { border-color: rgb(164,136,242); }
td.TdClassName
{
border-color: #A488F2;
}
.TagClassName
{
border-color: #A488F2;
}
</style>