Shades of Perano #A3A6FC
Tints of Perano #A3A6FC
RGB
CMYK
RGB Variations
Color information
#A3A6FC (or 0xA3A6FC) is known color: Perano. HEX triplet: A3, A6 and FC. RGB value is (163,166,252). Sum of RGB (Red+Green+Blue) = 163+166+252=581 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.06% from 581); Green value is 166 (65.23% from 255 or 28.57% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #A3A6FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3A6FC is #5C5903. Grayscale: #AEAEAE. Windows color (decimal): -6052100 or 16557731. OLE color: 16557731.
HSL color Cylindrical-coordinate representation of color #A3A6FC: hue angle of 237.98º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3A6FC is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 166 | 252 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.01 |
| HSL | 237.98º | 0.94% | 0.81% | - |
| HSV(B) | 237.98º | 0.35% | 0.99% | - |
| XYZ | 46.31 | 42.09 | 97.78 | - |
| YUV | 174.91 | 171.51 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 166 | 252 | 0.35 | 0.34 | 0 | 0.01 | 237.98 | 0.94 | 0.81 |
| Hex | A3 | A6 | FC | 23 | 22 | 0 | 1 | EE | 5E | 51 |
| Octal | 243 | 246 | 374 | 43 | 42 | 0 | 1 | 356 | 136 | 121 |
| Binary | 10100011 | 10100110 | 11111100 | 100011 | 100010 | 0 | 1 | 11101110 | 1011110 | 1010001 |
Color Harmonies of #A3A6FC
Complementary color
Monochromatic Colors of #A3A6FC
Black with #A3A6FC
Text Example
Text Example
White with #A3A6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A6FC; }
p { color: rgb(163,166,252); }
H1.HeaderClassName
{
color: #A3A6FC;
}
.AnyTagClassName
{
color: #A3A6FC;
}
</style>
background-color css
<style>
a { background-color: #A3A6FC; }
a { background-color: rgb(163,166,252); }
div.DivClassName
{
background-color: #A3A6FC;
}
.BgClassName
{
background-color: #A3A6FC;
}
</style>
border-color css
<style>
span { border-color: #A3A6FC; }
span { border-color: rgb(163,166,252); }
td.TdClassName
{
border-color: #A3A6FC;
}
.TagClassName
{
border-color: #A3A6FC;
}
</style>