Shades of Medium Purple #A45AFC
Tints of Medium Purple #A45AFC
RGB
CMYK
RGB Variations
Color information
#A45AFC (or 0xA45AFC) is known color: Medium Purple. HEX triplet: A4, 5A and FC. RGB value is (164,90,252). Sum of RGB (Red+Green+Blue) = 164+90+252=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 90 (35.55% from 255 or 17.79% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #A45AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45AFC is #5BA503. Grayscale: #828282. Windows color (decimal): -6006020 or 16538276. OLE color: 16538276.
HSL color Cylindrical-coordinate representation of color #A45AFC: hue angle of 267.41º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A45AFC is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 90 | 252 | - |
| CMYK | 0.35 | 0.64 | 0 | 0.01 |
| HSL | 267.41º | 0.96% | 0.67% | - |
| HSV(B) | 267.41º | 0.64% | 0.99% | - |
| XYZ | 36.54 | 22.23 | 94.46 | - |
| YUV | 130.59 | 196.52 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 252 | 0.35 | 0.64 | 0 | 0.01 | 267.41 | 0.96 | 0.67 |
| Hex | A4 | 5A | FC | 23 | 40 | 0 | 1 | 10B | 60 | 43 |
| Octal | 244 | 132 | 374 | 43 | 100 | 0 | 1 | 413 | 140 | 103 |
| Binary | 10100100 | 1011010 | 11111100 | 100011 | 1000000 | 0 | 1 | 100001011 | 1100000 | 1000011 |
Color Harmonies of #A45AFC
Complementary color
Monochromatic Colors of #A45AFC
Black with #A45AFC
Text Example
Text Example
White with #A45AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45AFC; }
p { color: rgb(164,90,252); }
H1.HeaderClassName
{
color: #A45AFC;
}
.AnyTagClassName
{
color: #A45AFC;
}
</style>
background-color css
<style>
a { background-color: #A45AFC; }
a { background-color: rgb(164,90,252); }
div.DivClassName
{
background-color: #A45AFC;
}
.BgClassName
{
background-color: #A45AFC;
}
</style>
border-color css
<style>
span { border-color: #A45AFC; }
span { border-color: rgb(164,90,252); }
td.TdClassName
{
border-color: #A45AFC;
}
.TagClassName
{
border-color: #A45AFC;
}
</style>