Shades of Medium Purple #A452FB
Tints of Medium Purple #A452FB
RGB
CMYK
RGB Variations
Color information
#A452FB (or 0xA452FB) is known color: Medium Purple. HEX triplet: A4, 52 and FB. RGB value is (164,82,251). Sum of RGB (Red+Green+Blue) = 164+82+251=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #A452FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A452FB is #5BAD04. Grayscale: #7D7D7D. Windows color (decimal): -6008069 or 16470692. OLE color: 16470692.
HSL color Cylindrical-coordinate representation of color #A452FB: hue angle of 269.11º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A452FB is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 82 | 251 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.02 |
| HSL | 269.11º | 0.95% | 0.65% | - |
| HSV(B) | 269.11º | 0.67% | 0.98% | - |
| XYZ | 35.74 | 20.89 | 93.42 | - |
| YUV | 125.78 | 198.67 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 82 | 251 | 0.35 | 0.67 | 0 | 0.02 | 269.11 | 0.95 | 0.65 |
| Hex | A4 | 52 | FB | 23 | 43 | 0 | 2 | 10D | 5F | 41 |
| Octal | 244 | 122 | 373 | 43 | 103 | 0 | 2 | 415 | 137 | 101 |
| Binary | 10100100 | 1010010 | 11111011 | 100011 | 1000011 | 0 | 10 | 100001101 | 1011111 | 1000001 |
Color Harmonies of #A452FB
Complementary color
Monochromatic Colors of #A452FB
Black with #A452FB
Text Example
Text Example
White with #A452FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A452FB; }
p { color: rgb(164,82,251); }
H1.HeaderClassName
{
color: #A452FB;
}
.AnyTagClassName
{
color: #A452FB;
}
</style>
background-color css
<style>
a { background-color: #A452FB; }
a { background-color: rgb(164,82,251); }
div.DivClassName
{
background-color: #A452FB;
}
.BgClassName
{
background-color: #A452FB;
}
</style>
border-color css
<style>
span { border-color: #A452FB; }
span { border-color: rgb(164,82,251); }
td.TdClassName
{
border-color: #A452FB;
}
.TagClassName
{
border-color: #A452FB;
}
</style>