Shades of Medium Purple #A45FFD
Tints of Medium Purple #A45FFD
RGB
CMYK
RGB Variations
Color information
#A45FFD (or 0xA45FFD) is known color: Medium Purple. HEX triplet: A4, 5F and FD. RGB value is (164,95,253). Sum of RGB (Red+Green+Blue) = 164+95+253=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #A45FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45FFD is #5BA002. Grayscale: #858585. Windows color (decimal): -6004739 or 16605092. OLE color: 16605092.
HSL color Cylindrical-coordinate representation of color #A45FFD: hue angle of 266.2º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A45FFD is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 95 | 253 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.01 |
| HSL | 266.2º | 0.98% | 0.68% | - |
| HSV(B) | 266.2º | 0.62% | 0.99% | - |
| XYZ | 37.13 | 23.17 | 95.44 | - |
| YUV | 133.64 | 195.36 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 95 | 253 | 0.35 | 0.62 | 0 | 0.01 | 266.2 | 0.98 | 0.68 |
| Hex | A4 | 5F | FD | 23 | 3E | 0 | 1 | 10A | 62 | 44 |
| Octal | 244 | 137 | 375 | 43 | 76 | 0 | 1 | 412 | 142 | 104 |
| Binary | 10100100 | 1011111 | 11111101 | 100011 | 111110 | 0 | 1 | 100001010 | 1100010 | 1000100 |
Color Harmonies of #A45FFD
Complementary color
Monochromatic Colors of #A45FFD
Black with #A45FFD
Text Example
Text Example
White with #A45FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45FFD; }
p { color: rgb(164,95,253); }
H1.HeaderClassName
{
color: #A45FFD;
}
.AnyTagClassName
{
color: #A45FFD;
}
</style>
background-color css
<style>
a { background-color: #A45FFD; }
a { background-color: rgb(164,95,253); }
div.DivClassName
{
background-color: #A45FFD;
}
.BgClassName
{
background-color: #A45FFD;
}
</style>
border-color css
<style>
span { border-color: #A45FFD; }
span { border-color: rgb(164,95,253); }
td.TdClassName
{
border-color: #A45FFD;
}
.TagClassName
{
border-color: #A45FFD;
}
</style>