Shades of Perano #A4B0F9
Tints of Perano #A4B0F9
RGB
CMYK
RGB Variations
Color information
#A4B0F9 (or 0xA4B0F9) is known color: Perano. HEX triplet: A4, B0 and F9. RGB value is (164,176,249). Sum of RGB (Red+Green+Blue) = 164+176+249=589 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.84% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #A4B0F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4B0F9 is #5B4F06. Grayscale: #B4B4B4. Windows color (decimal): -5984007 or 16363684. OLE color: 16363684.
HSL color Cylindrical-coordinate representation of color #A4B0F9: hue angle of 231.53º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4B0F9 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 176 | 249 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.02 |
| HSL | 231.53º | 0.88% | 0.81% | - |
| HSV(B) | 231.53º | 0.34% | 0.98% | - |
| XYZ | 47.93 | 45.78 | 95.93 | - |
| YUV | 180.73 | 166.52 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 176 | 249 | 0.34 | 0.29 | 0 | 0.02 | 231.53 | 0.88 | 0.81 |
| Hex | A4 | B0 | F9 | 22 | 1D | 0 | 2 | E8 | 58 | 51 |
| Octal | 244 | 260 | 371 | 42 | 35 | 0 | 2 | 350 | 130 | 121 |
| Binary | 10100100 | 10110000 | 11111001 | 100010 | 11101 | 0 | 10 | 11101000 | 1011000 | 1010001 |
Color Harmonies of #A4B0F9
Complementary color
Monochromatic Colors of #A4B0F9
Black with #A4B0F9
Text Example
Text Example
White with #A4B0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B0F9; }
p { color: rgb(164,176,249); }
H1.HeaderClassName
{
color: #A4B0F9;
}
.AnyTagClassName
{
color: #A4B0F9;
}
</style>
background-color css
<style>
a { background-color: #A4B0F9; }
a { background-color: rgb(164,176,249); }
div.DivClassName
{
background-color: #A4B0F9;
}
.BgClassName
{
background-color: #A4B0F9;
}
</style>
border-color css
<style>
span { border-color: #A4B0F9; }
span { border-color: rgb(164,176,249); }
td.TdClassName
{
border-color: #A4B0F9;
}
.TagClassName
{
border-color: #A4B0F9;
}
</style>