Shades of Medium Purple #A55CFE
Tints of Medium Purple #A55CFE
RGB
CMYK
RGB Variations
Color information
#A55CFE (or 0xA55CFE) is known color: Medium Purple. HEX triplet: A5, 5C and FE. RGB value is (165,92,254). Sum of RGB (Red+Green+Blue) = 165+92+254=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #A55CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55CFE is #5AA301. Grayscale: #838383. Windows color (decimal): -5939970 or 16669861. OLE color: 16669861.
HSL color Cylindrical-coordinate representation of color #A55CFE: hue angle of 267.04º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A55CFE is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 92 | 254 | - |
| CMYK | 0.35 | 0.64 | 0 | 0.00 |
| HSL | 267.04º | 0.99% | 0.68% | - |
| HSV(B) | 267.04º | 0.64% | 1% | - |
| XYZ | 37.23 | 22.81 | 96.21 | - |
| YUV | 132.3 | 196.68 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 92 | 254 | 0.35 | 0.64 | 0 | 0.00 | 267.04 | 0.99 | 0.68 |
| Hex | A5 | 5C | FE | 23 | 40 | 0 | 0 | 10B | 63 | 44 |
| Octal | 245 | 134 | 376 | 43 | 100 | 0 | 0 | 413 | 143 | 104 |
| Binary | 10100101 | 1011100 | 11111110 | 100011 | 1000000 | 0 | 0 | 100001011 | 1100011 | 1000100 |
Color Harmonies of #A55CFE
Complementary color
Monochromatic Colors of #A55CFE
Black with #A55CFE
Text Example
Text Example
White with #A55CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55CFE; }
p { color: rgb(165,92,254); }
H1.HeaderClassName
{
color: #A55CFE;
}
.AnyTagClassName
{
color: #A55CFE;
}
</style>
background-color css
<style>
a { background-color: #A55CFE; }
a { background-color: rgb(165,92,254); }
div.DivClassName
{
background-color: #A55CFE;
}
.BgClassName
{
background-color: #A55CFE;
}
</style>
border-color css
<style>
span { border-color: #A55CFE; }
span { border-color: rgb(165,92,254); }
td.TdClassName
{
border-color: #A55CFE;
}
.TagClassName
{
border-color: #A55CFE;
}
</style>