Shades of Perano #A4A6FC
Tints of Perano #A4A6FC
RGB
CMYK
RGB Variations
Color information
#A4A6FC (or 0xA4A6FC) is known color: Perano. HEX triplet: A4, A6 and FC. RGB value is (164,166,252). Sum of RGB (Red+Green+Blue) = 164+166+252=582 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.18% from 582); Green value is 166 (65.23% from 255 or 28.52% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #A4A6FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4A6FC is #5B5903. Grayscale: #AEAEAE. Windows color (decimal): -5986564 or 16557732. OLE color: 16557732.
HSL color Cylindrical-coordinate representation of color #A4A6FC: hue angle of 238.64º 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 #A4A6FC is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 166 | 252 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.01 |
| HSL | 238.64º | 0.94% | 0.82% | - |
| HSV(B) | 238.64º | 0.35% | 0.99% | - |
| XYZ | 46.52 | 42.19 | 97.79 | - |
| YUV | 175.21 | 171.34 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 166 | 252 | 0.35 | 0.34 | 0 | 0.01 | 238.64 | 0.94 | 0.82 |
| Hex | A4 | A6 | FC | 23 | 22 | 0 | 1 | EF | 5E | 52 |
| Octal | 244 | 246 | 374 | 43 | 42 | 0 | 1 | 357 | 136 | 122 |
| Binary | 10100100 | 10100110 | 11111100 | 100011 | 100010 | 0 | 1 | 11101111 | 1011110 | 1010010 |
Color Harmonies of #A4A6FC
Complementary color
Monochromatic Colors of #A4A6FC
Black with #A4A6FC
Text Example
Text Example
White with #A4A6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A6FC; }
p { color: rgb(164,166,252); }
H1.HeaderClassName
{
color: #A4A6FC;
}
.AnyTagClassName
{
color: #A4A6FC;
}
</style>
background-color css
<style>
a { background-color: #A4A6FC; }
a { background-color: rgb(164,166,252); }
div.DivClassName
{
background-color: #A4A6FC;
}
.BgClassName
{
background-color: #A4A6FC;
}
</style>
border-color css
<style>
span { border-color: #A4A6FC; }
span { border-color: rgb(164,166,252); }
td.TdClassName
{
border-color: #A4A6FC;
}
.TagClassName
{
border-color: #A4A6FC;
}
</style>