Shades of Medium Purple #A452FF
Tints of Medium Purple #A452FF
RGB
CMYK
RGB Variations
Color information
#A452FF (or 0xA452FF) is known color: Medium Purple. HEX triplet: A4, 52 and FF. RGB value is (164,82,255). Sum of RGB (Red+Green+Blue) = 164+82+255=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #A452FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A452FF is #5BAD00. Grayscale: #7D7D7D. Windows color (decimal): -6008065 or 16732836. OLE color: 16732836.
HSL color Cylindrical-coordinate representation of color #A452FF: hue angle of 268.44º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A452FF is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 82 | 255 | - |
| CMYK | 0.36 | 0.68 | 0 | 0 |
| HSL | 268.44º | 1% | 0.66% | - |
| HSV(B) | 268.44º | 0.68% | 1% | - |
| XYZ | 36.38 | 21.15 | 96.77 | - |
| YUV | 126.24 | 200.67 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 82 | 255 | 0.36 | 0.68 | 0 | 0 | 268.44 | 1 | 0.66 |
| Hex | A4 | 52 | FF | 24 | 44 | 0 | 0 | 10C | 64 | 42 |
| Octal | 244 | 122 | 377 | 44 | 104 | 0 | 0 | 414 | 144 | 102 |
| Binary | 10100100 | 1010010 | 11111111 | 100100 | 1000100 | 0 | 0 | 100001100 | 1100100 | 1000010 |
Color Harmonies of #A452FF
Complementary color
Monochromatic Colors of #A452FF
Black with #A452FF
Text Example
Text Example
White with #A452FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A452FF; }
p { color: rgb(164,82,255); }
H1.HeaderClassName
{
color: #A452FF;
}
.AnyTagClassName
{
color: #A452FF;
}
</style>
background-color css
<style>
a { background-color: #A452FF; }
a { background-color: rgb(164,82,255); }
div.DivClassName
{
background-color: #A452FF;
}
.BgClassName
{
background-color: #A452FF;
}
</style>
border-color css
<style>
span { border-color: #A452FF; }
span { border-color: rgb(164,82,255); }
td.TdClassName
{
border-color: #A452FF;
}
.TagClassName
{
border-color: #A452FF;
}
</style>