Shades of Perano #A49BFC
Tints of Perano #A49BFC
RGB
CMYK
RGB Variations
Color information
#A49BFC (or 0xA49BFC) is known color: Perano. HEX triplet: A4, 9B and FC. RGB value is (164,155,252). Sum of RGB (Red+Green+Blue) = 164+155+252=571 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.72% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #A49BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49BFC is #5B6403. Grayscale: #A8A8A8. Windows color (decimal): -5989380 or 16554916. OLE color: 16554916.
HSL color Cylindrical-coordinate representation of color #A49BFC: hue angle of 245.57º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A49BFC is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 155 | 252 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.01 |
| HSL | 245.57º | 0.94% | 0.8% | - |
| HSV(B) | 245.57º | 0.38% | 0.99% | - |
| XYZ | 44.6 | 38.36 | 97.15 | - |
| YUV | 168.75 | 174.98 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 155 | 252 | 0.35 | 0.38 | 0 | 0.01 | 245.57 | 0.94 | 0.8 |
| Hex | A4 | 9B | FC | 23 | 26 | 0 | 1 | F6 | 5E | 50 |
| Octal | 244 | 233 | 374 | 43 | 46 | 0 | 1 | 366 | 136 | 120 |
| Binary | 10100100 | 10011011 | 11111100 | 100011 | 100110 | 0 | 1 | 11110110 | 1011110 | 1010000 |
Color Harmonies of #A49BFC
Complementary color
Monochromatic Colors of #A49BFC
Black with #A49BFC
Text Example
Text Example
White with #A49BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49BFC; }
p { color: rgb(164,155,252); }
H1.HeaderClassName
{
color: #A49BFC;
}
.AnyTagClassName
{
color: #A49BFC;
}
</style>
background-color css
<style>
a { background-color: #A49BFC; }
a { background-color: rgb(164,155,252); }
div.DivClassName
{
background-color: #A49BFC;
}
.BgClassName
{
background-color: #A49BFC;
}
</style>
border-color css
<style>
span { border-color: #A49BFC; }
span { border-color: rgb(164,155,252); }
td.TdClassName
{
border-color: #A49BFC;
}
.TagClassName
{
border-color: #A49BFC;
}
</style>