Shades of Perano #A4B4FA
Tints of Perano #A4B4FA
RGB
CMYK
RGB Variations
Color information
#A4B4FA (or 0xA4B4FA) is known color: Perano. HEX triplet: A4, B4 and FA. RGB value is (164,180,250). Sum of RGB (Red+Green+Blue) = 164+180+250=594 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.61% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4B4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B4FA is #5B4B05. Grayscale: #B6B6B6. Windows color (decimal): -5982982 or 16430244. OLE color: 16430244.
HSL color Cylindrical-coordinate representation of color #A4B4FA: hue angle of 228.84º degrees, saturation: 0.9, 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 #A4B4FA is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 180 | 250 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.02 |
| HSL | 228.84º | 0.9% | 0.81% | - |
| HSV(B) | 228.84º | 0.34% | 0.98% | - |
| XYZ | 48.89 | 47.44 | 97.02 | - |
| YUV | 183.2 | 165.7 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 180 | 250 | 0.34 | 0.28 | 0 | 0.02 | 228.84 | 0.9 | 0.81 |
| Hex | A4 | B4 | FA | 22 | 1C | 0 | 2 | E5 | 5A | 51 |
| Octal | 244 | 264 | 372 | 42 | 34 | 0 | 2 | 345 | 132 | 121 |
| Binary | 10100100 | 10110100 | 11111010 | 100010 | 11100 | 0 | 10 | 11100101 | 1011010 | 1010001 |
Color Harmonies of #A4B4FA
Complementary color
Monochromatic Colors of #A4B4FA
Black with #A4B4FA
Text Example
Text Example
White with #A4B4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B4FA; }
p { color: rgb(164,180,250); }
H1.HeaderClassName
{
color: #A4B4FA;
}
.AnyTagClassName
{
color: #A4B4FA;
}
</style>
background-color css
<style>
a { background-color: #A4B4FA; }
a { background-color: rgb(164,180,250); }
div.DivClassName
{
background-color: #A4B4FA;
}
.BgClassName
{
background-color: #A4B4FA;
}
</style>
border-color css
<style>
span { border-color: #A4B4FA; }
span { border-color: rgb(164,180,250); }
td.TdClassName
{
border-color: #A4B4FA;
}
.TagClassName
{
border-color: #A4B4FA;
}
</style>