Shades of Perano #A4AAFC
Tints of Perano #A4AAFC
RGB
CMYK
RGB Variations
Color information
#A4AAFC (or 0xA4AAFC) is known color: Perano. HEX triplet: A4, AA and FC. RGB value is (164,170,252). Sum of RGB (Red+Green+Blue) = 164+170+252=586 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.99% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #A4AAFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4AAFC is #5B5503. Grayscale: #B1B1B1. Windows color (decimal): -5985540 or 16558756. OLE color: 16558756.
HSL color Cylindrical-coordinate representation of color #A4AAFC: hue angle of 235.91º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4AAFC is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 170 | 252 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.01 |
| HSL | 235.91º | 0.94% | 0.82% | - |
| HSV(B) | 235.91º | 0.35% | 0.99% | - |
| XYZ | 47.26 | 43.67 | 98.03 | - |
| YUV | 177.55 | 170.01 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 170 | 252 | 0.35 | 0.33 | 0 | 0.01 | 235.91 | 0.94 | 0.82 |
| Hex | A4 | AA | FC | 23 | 21 | 0 | 1 | EC | 5E | 52 |
| Octal | 244 | 252 | 374 | 43 | 41 | 0 | 1 | 354 | 136 | 122 |
| Binary | 10100100 | 10101010 | 11111100 | 100011 | 100001 | 0 | 1 | 11101100 | 1011110 | 1010010 |
Color Harmonies of #A4AAFC
Complementary color
Monochromatic Colors of #A4AAFC
Black with #A4AAFC
Text Example
Text Example
White with #A4AAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AAFC; }
p { color: rgb(164,170,252); }
H1.HeaderClassName
{
color: #A4AAFC;
}
.AnyTagClassName
{
color: #A4AAFC;
}
</style>
background-color css
<style>
a { background-color: #A4AAFC; }
a { background-color: rgb(164,170,252); }
div.DivClassName
{
background-color: #A4AAFC;
}
.BgClassName
{
background-color: #A4AAFC;
}
</style>
border-color css
<style>
span { border-color: #A4AAFC; }
span { border-color: rgb(164,170,252); }
td.TdClassName
{
border-color: #A4AAFC;
}
.TagClassName
{
border-color: #A4AAFC;
}
</style>