Shades of Medium Purple #A453FE
Tints of Medium Purple #A453FE
RGB
CMYK
RGB Variations
Color information
#A453FE (or 0xA453FE) is known color: Medium Purple. HEX triplet: A4, 53 and FE. RGB value is (164,83,254). Sum of RGB (Red+Green+Blue) = 164+83+254=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #A453FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A453FE is #5BAC01. Grayscale: #7E7E7E. Windows color (decimal): -6007810 or 16667556. OLE color: 16667556.
HSL color Cylindrical-coordinate representation of color #A453FE: hue angle of 268.42º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A453FE is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 83 | 254 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.00 |
| HSL | 268.42º | 0.99% | 0.66% | - |
| HSV(B) | 268.42º | 0.67% | 1% | - |
| XYZ | 36.29 | 21.23 | 95.95 | - |
| YUV | 126.71 | 199.84 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 83 | 254 | 0.35 | 0.67 | 0 | 0.00 | 268.42 | 0.99 | 0.66 |
| Hex | A4 | 53 | FE | 23 | 43 | 0 | 0 | 10C | 63 | 42 |
| Octal | 244 | 123 | 376 | 43 | 103 | 0 | 0 | 414 | 143 | 102 |
| Binary | 10100100 | 1010011 | 11111110 | 100011 | 1000011 | 0 | 0 | 100001100 | 1100011 | 1000010 |
Color Harmonies of #A453FE
Complementary color
Monochromatic Colors of #A453FE
Black with #A453FE
Text Example
Text Example
White with #A453FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A453FE; }
p { color: rgb(164,83,254); }
H1.HeaderClassName
{
color: #A453FE;
}
.AnyTagClassName
{
color: #A453FE;
}
</style>
background-color css
<style>
a { background-color: #A453FE; }
a { background-color: rgb(164,83,254); }
div.DivClassName
{
background-color: #A453FE;
}
.BgClassName
{
background-color: #A453FE;
}
</style>
border-color css
<style>
span { border-color: #A453FE; }
span { border-color: rgb(164,83,254); }
td.TdClassName
{
border-color: #A453FE;
}
.TagClassName
{
border-color: #A453FE;
}
</style>