Shades of Perano #A4AEF7
Tints of Perano #A4AEF7
RGB
CMYK
RGB Variations
Color information
#A4AEF7 (or 0xA4AEF7) is known color: Perano. HEX triplet: A4, AE and F7. RGB value is (164,174,247). Sum of RGB (Red+Green+Blue) = 164+174+247=585 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.03% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 247 (96.88% from 255 or 42.22% from 585); Max value from RGB is 247 - color contains mainly: blue. Hex color #A4AEF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4AEF7 is #5B5108. Grayscale: #B3B3B3. Windows color (decimal): -5984521 or 16232100. OLE color: 16232100.
HSL color Cylindrical-coordinate representation of color #A4AEF7: hue angle of 232.77º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4AEF7 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 174 | 247 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.03 |
| HSL | 232.77º | 0.84% | 0.81% | - |
| HSV(B) | 232.77º | 0.34% | 0.97% | - |
| XYZ | 47.23 | 44.88 | 94.17 | - |
| YUV | 179.33 | 166.19 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 174 | 247 | 0.34 | 0.30 | 0 | 0.03 | 232.77 | 0.84 | 0.81 |
| Hex | A4 | AE | F7 | 22 | 1E | 0 | 3 | E9 | 54 | 51 |
| Octal | 244 | 256 | 367 | 42 | 36 | 0 | 3 | 351 | 124 | 121 |
| Binary | 10100100 | 10101110 | 11110111 | 100010 | 11110 | 0 | 11 | 11101001 | 1010100 | 1010001 |
Color Harmonies of #A4AEF7
Complementary color
Monochromatic Colors of #A4AEF7
Black with #A4AEF7
Text Example
Text Example
White with #A4AEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AEF7; }
p { color: rgb(164,174,247); }
H1.HeaderClassName
{
color: #A4AEF7;
}
.AnyTagClassName
{
color: #A4AEF7;
}
</style>
background-color css
<style>
a { background-color: #A4AEF7; }
a { background-color: rgb(164,174,247); }
div.DivClassName
{
background-color: #A4AEF7;
}
.BgClassName
{
background-color: #A4AEF7;
}
</style>
border-color css
<style>
span { border-color: #A4AEF7; }
span { border-color: rgb(164,174,247); }
td.TdClassName
{
border-color: #A4AEF7;
}
.TagClassName
{
border-color: #A4AEF7;
}
</style>