Shades of Perano #A4A6FA
Tints of Perano #A4A6FA
RGB
CMYK
RGB Variations
Color information
#A4A6FA (or 0xA4A6FA) is known color: Perano. HEX triplet: A4, A6 and FA. RGB value is (164,166,250). Sum of RGB (Red+Green+Blue) = 164+166+250=580 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.28% from 580); Green value is 166 (65.23% from 255 or 28.62% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4A6FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4A6FA is #5B5905. Grayscale: #AEAEAE. Windows color (decimal): -5986566 or 16426660. OLE color: 16426660.
HSL color Cylindrical-coordinate representation of color #A4A6FA: hue angle of 238.6º 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 #A4A6FA is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 166 | 250 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.02 |
| HSL | 238.6º | 0.9% | 0.81% | - |
| HSV(B) | 238.6º | 0.34% | 0.98% | - |
| XYZ | 46.2 | 42.07 | 96.13 | - |
| YUV | 174.98 | 170.34 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 166 | 250 | 0.34 | 0.34 | 0 | 0.02 | 238.6 | 0.9 | 0.81 |
| Hex | A4 | A6 | FA | 22 | 22 | 0 | 2 | EF | 5A | 51 |
| Octal | 244 | 246 | 372 | 42 | 42 | 0 | 2 | 357 | 132 | 121 |
| Binary | 10100100 | 10100110 | 11111010 | 100010 | 100010 | 0 | 10 | 11101111 | 1011010 | 1010001 |
Color Harmonies of #A4A6FA
Complementary color
Monochromatic Colors of #A4A6FA
Black with #A4A6FA
Text Example
Text Example
White with #A4A6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A6FA; }
p { color: rgb(164,166,250); }
H1.HeaderClassName
{
color: #A4A6FA;
}
.AnyTagClassName
{
color: #A4A6FA;
}
</style>
background-color css
<style>
a { background-color: #A4A6FA; }
a { background-color: rgb(164,166,250); }
div.DivClassName
{
background-color: #A4A6FA;
}
.BgClassName
{
background-color: #A4A6FA;
}
</style>
border-color css
<style>
span { border-color: #A4A6FA; }
span { border-color: rgb(164,166,250); }
td.TdClassName
{
border-color: #A4A6FA;
}
.TagClassName
{
border-color: #A4A6FA;
}
</style>