Shades of Medium Purple #A45BF8
Tints of Medium Purple #A45BF8
RGB
CMYK
RGB Variations
Color information
#A45BF8 (or 0xA45BF8) is known color: Medium Purple. HEX triplet: A4, 5B and F8. RGB value is (164,91,248). Sum of RGB (Red+Green+Blue) = 164+91+248=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 248 - color contains mainly: blue. Hex color #A45BF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45BF8 is #5BA407. Grayscale: #828282. Windows color (decimal): -6005768 or 16276388. OLE color: 16276388.
HSL color Cylindrical-coordinate representation of color #A45BF8: hue angle of 267.9º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A45BF8 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 91 | 248 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.03 |
| HSL | 267.9º | 0.92% | 0.66% | - |
| HSV(B) | 267.9º | 0.63% | 0.97% | - |
| XYZ | 35.99 | 22.15 | 91.19 | - |
| YUV | 130.73 | 194.18 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 91 | 248 | 0.34 | 0.63 | 0 | 0.03 | 267.9 | 0.92 | 0.66 |
| Hex | A4 | 5B | F8 | 22 | 3F | 0 | 3 | 10C | 5C | 42 |
| Octal | 244 | 133 | 370 | 42 | 77 | 0 | 3 | 414 | 134 | 102 |
| Binary | 10100100 | 1011011 | 11111000 | 100010 | 111111 | 0 | 11 | 100001100 | 1011100 | 1000010 |
Color Harmonies of #A45BF8
Complementary color
Monochromatic Colors of #A45BF8
Black with #A45BF8
Text Example
Text Example
White with #A45BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45BF8; }
p { color: rgb(164,91,248); }
H1.HeaderClassName
{
color: #A45BF8;
}
.AnyTagClassName
{
color: #A45BF8;
}
</style>
background-color css
<style>
a { background-color: #A45BF8; }
a { background-color: rgb(164,91,248); }
div.DivClassName
{
background-color: #A45BF8;
}
.BgClassName
{
background-color: #A45BF8;
}
</style>
border-color css
<style>
span { border-color: #A45BF8; }
span { border-color: rgb(164,91,248); }
td.TdClassName
{
border-color: #A45BF8;
}
.TagClassName
{
border-color: #A45BF8;
}
</style>