Shades of Medium Purple #A452F2
Tints of Medium Purple #A452F2
RGB
CMYK
RGB Variations
Color information
#A452F2 (or 0xA452F2) is known color: Medium Purple. HEX triplet: A4, 52 and F2. RGB value is (164,82,242). Sum of RGB (Red+Green+Blue) = 164+82+242=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #A452F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A452F2 is #5BAD0D. Grayscale: #7C7C7C. Windows color (decimal): -6008078 or 15880868. OLE color: 15880868.
HSL color Cylindrical-coordinate representation of color #A452F2: hue angle of 270.75º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A452F2 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 82 | 242 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.05 |
| HSL | 270.75º | 0.86% | 0.64% | - |
| HSV(B) | 270.75º | 0.66% | 0.95% | - |
| XYZ | 34.35 | 20.34 | 86.12 | - |
| YUV | 124.76 | 194.17 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 82 | 242 | 0.32 | 0.66 | 0 | 0.05 | 270.75 | 0.86 | 0.64 |
| Hex | A4 | 52 | F2 | 20 | 42 | 0 | 5 | 10F | 56 | 40 |
| Octal | 244 | 122 | 362 | 40 | 102 | 0 | 5 | 417 | 126 | 100 |
| Binary | 10100100 | 1010010 | 11110010 | 100000 | 1000010 | 0 | 101 | 100001111 | 1010110 | 1000000 |
Color Harmonies of #A452F2
Complementary color
Monochromatic Colors of #A452F2
Black with #A452F2
Text Example
Text Example
White with #A452F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A452F2; }
p { color: rgb(164,82,242); }
H1.HeaderClassName
{
color: #A452F2;
}
.AnyTagClassName
{
color: #A452F2;
}
</style>
background-color css
<style>
a { background-color: #A452F2; }
a { background-color: rgb(164,82,242); }
div.DivClassName
{
background-color: #A452F2;
}
.BgClassName
{
background-color: #A452F2;
}
</style>
border-color css
<style>
span { border-color: #A452F2; }
span { border-color: rgb(164,82,242); }
td.TdClassName
{
border-color: #A452F2;
}
.TagClassName
{
border-color: #A452F2;
}
</style>