Shades of Perano #A49BFE
Tints of Perano #A49BFE
RGB
CMYK
RGB Variations
Color information
#A49BFE (or 0xA49BFE) is known color: Perano. HEX triplet: A4, 9B and FE. RGB value is (164,155,254). Sum of RGB (Red+Green+Blue) = 164+155+254=573 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.62% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #A49BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49BFE is #5B6401. Grayscale: #A8A8A8. Windows color (decimal): -5989378 or 16685988. OLE color: 16685988.
HSL color Cylindrical-coordinate representation of color #A49BFE: hue angle of 245.45º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A49BFE is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 155 | 254 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.00 |
| HSL | 245.45º | 0.98% | 0.8% | - |
| HSV(B) | 245.45º | 0.39% | 1% | - |
| XYZ | 44.92 | 38.49 | 98.83 | - |
| YUV | 168.98 | 175.98 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 155 | 254 | 0.35 | 0.39 | 0 | 0.00 | 245.45 | 0.98 | 0.8 |
| Hex | A4 | 9B | FE | 23 | 27 | 0 | 0 | F5 | 62 | 50 |
| Octal | 244 | 233 | 376 | 43 | 47 | 0 | 0 | 365 | 142 | 120 |
| Binary | 10100100 | 10011011 | 11111110 | 100011 | 100111 | 0 | 0 | 11110101 | 1100010 | 1010000 |
Color Harmonies of #A49BFE
Complementary color
Monochromatic Colors of #A49BFE
Black with #A49BFE
Text Example
Text Example
White with #A49BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49BFE; }
p { color: rgb(164,155,254); }
H1.HeaderClassName
{
color: #A49BFE;
}
.AnyTagClassName
{
color: #A49BFE;
}
</style>
background-color css
<style>
a { background-color: #A49BFE; }
a { background-color: rgb(164,155,254); }
div.DivClassName
{
background-color: #A49BFE;
}
.BgClassName
{
background-color: #A49BFE;
}
</style>
border-color css
<style>
span { border-color: #A49BFE; }
span { border-color: rgb(164,155,254); }
td.TdClassName
{
border-color: #A49BFE;
}
.TagClassName
{
border-color: #A49BFE;
}
</style>