Shades of Medium Purple #A45EF8
Tints of Medium Purple #A45EF8
RGB
CMYK
RGB Variations
Color information
#A45EF8 (or 0xA45EF8) is known color: Medium Purple. HEX triplet: A4, 5E and F8. RGB value is (164,94,248). Sum of RGB (Red+Green+Blue) = 164+94+248=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 248 (97.27% from 255 or 49.01% from 506); Max value from RGB is 248 - color contains mainly: blue. Hex color #A45EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45EF8 is #5BA107. Grayscale: #838383. Windows color (decimal): -6005000 or 16277156. OLE color: 16277156.
HSL color Cylindrical-coordinate representation of color #A45EF8: hue angle of 267.27º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A45EF8 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 94 | 248 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.03 |
| HSL | 267.27º | 0.92% | 0.67% | - |
| HSV(B) | 267.27º | 0.62% | 0.97% | - |
| XYZ | 36.26 | 22.68 | 91.27 | - |
| YUV | 132.49 | 193.19 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 94 | 248 | 0.34 | 0.62 | 0 | 0.03 | 267.27 | 0.92 | 0.67 |
| Hex | A4 | 5E | F8 | 22 | 3E | 0 | 3 | 10B | 5C | 43 |
| Octal | 244 | 136 | 370 | 42 | 76 | 0 | 3 | 413 | 134 | 103 |
| Binary | 10100100 | 1011110 | 11111000 | 100010 | 111110 | 0 | 11 | 100001011 | 1011100 | 1000011 |
Color Harmonies of #A45EF8
Complementary color
Monochromatic Colors of #A45EF8
Black with #A45EF8
Text Example
Text Example
White with #A45EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45EF8; }
p { color: rgb(164,94,248); }
H1.HeaderClassName
{
color: #A45EF8;
}
.AnyTagClassName
{
color: #A45EF8;
}
</style>
background-color css
<style>
a { background-color: #A45EF8; }
a { background-color: rgb(164,94,248); }
div.DivClassName
{
background-color: #A45EF8;
}
.BgClassName
{
background-color: #A45EF8;
}
</style>
border-color css
<style>
span { border-color: #A45EF8; }
span { border-color: rgb(164,94,248); }
td.TdClassName
{
border-color: #A45EF8;
}
.TagClassName
{
border-color: #A45EF8;
}
</style>