Shades of Perano #A49EFF
Tints of Perano #A49EFF
RGB
CMYK
RGB Variations
Color information
#A49EFF (or 0xA49EFF) is known color: Perano. HEX triplet: A4, 9E and FF. RGB value is (164,158,255). Sum of RGB (Red+Green+Blue) = 164+158+255=577 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.42% from 577); Green value is 158 (62.11% from 255 or 27.38% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #A49EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49EFF is #5B6100. Grayscale: #AAAAAA. Windows color (decimal): -5988609 or 16752292. OLE color: 16752292.
HSL color Cylindrical-coordinate representation of color #A49EFF: hue angle of 243.71º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A49EFF is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 158 | 255 | - |
| CMYK | 0.36 | 0.38 | 0 | 0 |
| HSL | 243.71º | 1% | 0.81% | - |
| HSV(B) | 243.71º | 0.38% | 1% | - |
| XYZ | 45.59 | 39.57 | 99.84 | - |
| YUV | 170.85 | 175.49 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 255 | 0.36 | 0.38 | 0 | 0 | 243.71 | 1 | 0.81 |
| Hex | A4 | 9E | FF | 24 | 26 | 0 | 0 | F4 | 64 | 51 |
| Octal | 244 | 236 | 377 | 44 | 46 | 0 | 0 | 364 | 144 | 121 |
| Binary | 10100100 | 10011110 | 11111111 | 100100 | 100110 | 0 | 0 | 11110100 | 1100100 | 1010001 |
Color Harmonies of #A49EFF
Complementary color
Monochromatic Colors of #A49EFF
Black with #A49EFF
Text Example
Text Example
White with #A49EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49EFF; }
p { color: rgb(164,158,255); }
H1.HeaderClassName
{
color: #A49EFF;
}
.AnyTagClassName
{
color: #A49EFF;
}
</style>
background-color css
<style>
a { background-color: #A49EFF; }
a { background-color: rgb(164,158,255); }
div.DivClassName
{
background-color: #A49EFF;
}
.BgClassName
{
background-color: #A49EFF;
}
</style>
border-color css
<style>
span { border-color: #A49EFF; }
span { border-color: rgb(164,158,255); }
td.TdClassName
{
border-color: #A49EFF;
}
.TagClassName
{
border-color: #A49EFF;
}
</style>