Shades of Medium Purple #A45FFE
Tints of Medium Purple #A45FFE
RGB
CMYK
RGB Variations
Color information
#A45FFE (or 0xA45FFE) is known color: Medium Purple. HEX triplet: A4, 5F and FE. RGB value is (164,95,254). Sum of RGB (Red+Green+Blue) = 164+95+254=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 95 (37.5% from 255 or 18.52% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #A45FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45FFE is #5BA001. Grayscale: #858585. Windows color (decimal): -6004738 or 16670628. OLE color: 16670628.
HSL color Cylindrical-coordinate representation of color #A45FFE: hue angle of 266.04º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A45FFE is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 95 | 254 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.00 |
| HSL | 266.04º | 0.99% | 0.68% | - |
| HSV(B) | 266.04º | 0.63% | 1% | - |
| XYZ | 37.29 | 23.23 | 96.28 | - |
| YUV | 133.76 | 195.86 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 95 | 254 | 0.35 | 0.63 | 0 | 0.00 | 266.04 | 0.99 | 0.68 |
| Hex | A4 | 5F | FE | 23 | 3F | 0 | 0 | 10A | 63 | 44 |
| Octal | 244 | 137 | 376 | 43 | 77 | 0 | 0 | 412 | 143 | 104 |
| Binary | 10100100 | 1011111 | 11111110 | 100011 | 111111 | 0 | 0 | 100001010 | 1100011 | 1000100 |
Color Harmonies of #A45FFE
Complementary color
Monochromatic Colors of #A45FFE
Black with #A45FFE
Text Example
Text Example
White with #A45FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45FFE; }
p { color: rgb(164,95,254); }
H1.HeaderClassName
{
color: #A45FFE;
}
.AnyTagClassName
{
color: #A45FFE;
}
</style>
background-color css
<style>
a { background-color: #A45FFE; }
a { background-color: rgb(164,95,254); }
div.DivClassName
{
background-color: #A45FFE;
}
.BgClassName
{
background-color: #A45FFE;
}
</style>
border-color css
<style>
span { border-color: #A45FFE; }
span { border-color: rgb(164,95,254); }
td.TdClassName
{
border-color: #A45FFE;
}
.TagClassName
{
border-color: #A45FFE;
}
</style>