Shades of Perano #A49EFC
Tints of Perano #A49EFC
RGB
CMYK
RGB Variations
Color information
#A49EFC (or 0xA49EFC) is known color: Perano. HEX triplet: A4, 9E and FC. RGB value is (164,158,252). Sum of RGB (Red+Green+Blue) = 164+158+252=574 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.57% from 574); Green value is 158 (62.11% from 255 or 27.53% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #A49EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49EFC is #5B6103. Grayscale: #AAAAAA. Windows color (decimal): -5988612 or 16555684. OLE color: 16555684.
HSL color Cylindrical-coordinate representation of color #A49EFC: hue angle of 243.83º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A49EFC is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 158 | 252 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.01 |
| HSL | 243.83º | 0.94% | 0.8% | - |
| HSV(B) | 243.83º | 0.37% | 0.99% | - |
| XYZ | 45.11 | 39.37 | 97.32 | - |
| YUV | 170.51 | 173.99 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 252 | 0.35 | 0.37 | 0 | 0.01 | 243.83 | 0.94 | 0.8 |
| Hex | A4 | 9E | FC | 23 | 25 | 0 | 1 | F4 | 5E | 50 |
| Octal | 244 | 236 | 374 | 43 | 45 | 0 | 1 | 364 | 136 | 120 |
| Binary | 10100100 | 10011110 | 11111100 | 100011 | 100101 | 0 | 1 | 11110100 | 1011110 | 1010000 |
Color Harmonies of #A49EFC
Complementary color
Monochromatic Colors of #A49EFC
Black with #A49EFC
Text Example
Text Example
White with #A49EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49EFC; }
p { color: rgb(164,158,252); }
H1.HeaderClassName
{
color: #A49EFC;
}
.AnyTagClassName
{
color: #A49EFC;
}
</style>
background-color css
<style>
a { background-color: #A49EFC; }
a { background-color: rgb(164,158,252); }
div.DivClassName
{
background-color: #A49EFC;
}
.BgClassName
{
background-color: #A49EFC;
}
</style>
border-color css
<style>
span { border-color: #A49EFC; }
span { border-color: rgb(164,158,252); }
td.TdClassName
{
border-color: #A49EFC;
}
.TagClassName
{
border-color: #A49EFC;
}
</style>