Shades of Medium Purple #A555FE
Tints of Medium Purple #A555FE
RGB
CMYK
RGB Variations
Color information
#A555FE (or 0xA555FE) is known color: Medium Purple. HEX triplet: A5, 55 and FE. RGB value is (165,85,254). Sum of RGB (Red+Green+Blue) = 165+85+254=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 85 (33.59% from 255 or 16.87% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #A555FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A555FE is #5AAA01. Grayscale: #7F7F7F. Windows color (decimal): -5941762 or 16668069. OLE color: 16668069.
HSL color Cylindrical-coordinate representation of color #A555FE: hue angle of 268.4º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A555FE is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 85 | 254 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.00 |
| HSL | 268.4º | 0.99% | 0.66% | - |
| HSV(B) | 268.4º | 0.67% | 1% | - |
| XYZ | 36.65 | 21.65 | 96.01 | - |
| YUV | 128.19 | 199 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 85 | 254 | 0.35 | 0.67 | 0 | 0.00 | 268.4 | 0.99 | 0.66 |
| Hex | A5 | 55 | FE | 23 | 43 | 0 | 0 | 10C | 63 | 42 |
| Octal | 245 | 125 | 376 | 43 | 103 | 0 | 0 | 414 | 143 | 102 |
| Binary | 10100101 | 1010101 | 11111110 | 100011 | 1000011 | 0 | 0 | 100001100 | 1100011 | 1000010 |
Color Harmonies of #A555FE
Complementary color
Monochromatic Colors of #A555FE
Black with #A555FE
Text Example
Text Example
White with #A555FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A555FE; }
p { color: rgb(165,85,254); }
H1.HeaderClassName
{
color: #A555FE;
}
.AnyTagClassName
{
color: #A555FE;
}
</style>
background-color css
<style>
a { background-color: #A555FE; }
a { background-color: rgb(165,85,254); }
div.DivClassName
{
background-color: #A555FE;
}
.BgClassName
{
background-color: #A555FE;
}
</style>
border-color css
<style>
span { border-color: #A555FE; }
span { border-color: rgb(165,85,254); }
td.TdClassName
{
border-color: #A555FE;
}
.TagClassName
{
border-color: #A555FE;
}
</style>