Shades of Perano #A3A6F9
Tints of Perano #A3A6F9
RGB
CMYK
RGB Variations
Color information
#A3A6F9 (or 0xA3A6F9) is known color: Perano. HEX triplet: A3, A6 and F9. RGB value is (163,166,249). Sum of RGB (Red+Green+Blue) = 163+166+249=578 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.20% from 578); Green value is 166 (65.23% from 255 or 28.72% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #A3A6F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3A6F9 is #5C5906. Grayscale: #AEAEAE. Windows color (decimal): -6052103 or 16361123. OLE color: 16361123.
HSL color Cylindrical-coordinate representation of color #A3A6F9: hue angle of 237.91º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3A6F9 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 166 | 249 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.02 |
| HSL | 237.91º | 0.88% | 0.81% | - |
| HSV(B) | 237.91º | 0.35% | 0.98% | - |
| XYZ | 45.84 | 41.9 | 95.29 | - |
| YUV | 174.57 | 170.01 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 166 | 249 | 0.35 | 0.33 | 0 | 0.02 | 237.91 | 0.88 | 0.81 |
| Hex | A3 | A6 | F9 | 23 | 21 | 0 | 2 | EE | 58 | 51 |
| Octal | 243 | 246 | 371 | 43 | 41 | 0 | 2 | 356 | 130 | 121 |
| Binary | 10100011 | 10100110 | 11111001 | 100011 | 100001 | 0 | 10 | 11101110 | 1011000 | 1010001 |
Color Harmonies of #A3A6F9
Complementary color
Monochromatic Colors of #A3A6F9
Black with #A3A6F9
Text Example
Text Example
White with #A3A6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A6F9; }
p { color: rgb(163,166,249); }
H1.HeaderClassName
{
color: #A3A6F9;
}
.AnyTagClassName
{
color: #A3A6F9;
}
</style>
background-color css
<style>
a { background-color: #A3A6F9; }
a { background-color: rgb(163,166,249); }
div.DivClassName
{
background-color: #A3A6F9;
}
.BgClassName
{
background-color: #A3A6F9;
}
</style>
border-color css
<style>
span { border-color: #A3A6F9; }
span { border-color: rgb(163,166,249); }
td.TdClassName
{
border-color: #A3A6F9;
}
.TagClassName
{
border-color: #A3A6F9;
}
</style>