Shades of Medium Purple #A455FF
Tints of Medium Purple #A455FF
RGB
CMYK
RGB Variations
Color information
#A455FF (or 0xA455FF) is known color: Medium Purple. HEX triplet: A4, 55 and FF. RGB value is (164,85,255). Sum of RGB (Red+Green+Blue) = 164+85+255=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 85 (33.59% from 255 or 16.87% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #A455FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A455FF is #5BAA00. Grayscale: #7F7F7F. Windows color (decimal): -6007297 or 16733604. OLE color: 16733604.
HSL color Cylindrical-coordinate representation of color #A455FF: hue angle of 267.88º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A455FF is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 85 | 255 | - |
| CMYK | 0.36 | 0.67 | 0 | 0 |
| HSL | 267.88º | 1% | 0.67% | - |
| HSV(B) | 267.88º | 0.67% | 1% | - |
| XYZ | 36.61 | 21.61 | 96.85 | - |
| YUV | 128 | 199.67 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 85 | 255 | 0.36 | 0.67 | 0 | 0 | 267.88 | 1 | 0.67 |
| Hex | A4 | 55 | FF | 24 | 43 | 0 | 0 | 10C | 64 | 43 |
| Octal | 244 | 125 | 377 | 44 | 103 | 0 | 0 | 414 | 144 | 103 |
| Binary | 10100100 | 1010101 | 11111111 | 100100 | 1000011 | 0 | 0 | 100001100 | 1100100 | 1000011 |
Color Harmonies of #A455FF
Complementary color
Monochromatic Colors of #A455FF
Black with #A455FF
Text Example
Text Example
White with #A455FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A455FF; }
p { color: rgb(164,85,255); }
H1.HeaderClassName
{
color: #A455FF;
}
.AnyTagClassName
{
color: #A455FF;
}
</style>
background-color css
<style>
a { background-color: #A455FF; }
a { background-color: rgb(164,85,255); }
div.DivClassName
{
background-color: #A455FF;
}
.BgClassName
{
background-color: #A455FF;
}
</style>
border-color css
<style>
span { border-color: #A455FF; }
span { border-color: rgb(164,85,255); }
td.TdClassName
{
border-color: #A455FF;
}
.TagClassName
{
border-color: #A455FF;
}
</style>