Shades of Perano #A3B1DF
Tints of Perano #A3B1DF
RGB
CMYK
RGB Variations
Color information
#A3B1DF (or 0xA3B1DF) is known color: Perano. HEX triplet: A3, B1 and DF. RGB value is (163,177,223). Sum of RGB (Red+Green+Blue) = 163+177+223=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 177 (69.53% from 255 or 31.44% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #A3B1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B1DF is #5C4E20. Grayscale: #B1B1B1. Windows color (decimal): -6049313 or 14660003. OLE color: 14660003.
HSL color Cylindrical-coordinate representation of color #A3B1DF: hue angle of 226º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3B1DF is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 177 | 223 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.13 |
| HSL | 226º | 0.48% | 0.76% | - |
| HSV(B) | 226º | 0.27% | 0.87% | - |
| XYZ | 44.15 | 44.56 | 76.09 | - |
| YUV | 178.06 | 153.36 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 223 | 0.27 | 0.21 | 0 | 0.13 | 226 | 0.48 | 0.76 |
| Hex | A3 | B1 | DF | 1B | 15 | 0 | D | E2 | 30 | 4C |
| Octal | 243 | 261 | 337 | 33 | 25 | 0 | 15 | 342 | 60 | 114 |
| Binary | 10100011 | 10110001 | 11011111 | 11011 | 10101 | 0 | 1101 | 11100010 | 110000 | 1001100 |
Color Harmonies of #A3B1DF
Complementary color
Monochromatic Colors of #A3B1DF
Black with #A3B1DF
Text Example
Text Example
White with #A3B1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B1DF; }
p { color: rgb(163,177,223); }
H1.HeaderClassName
{
color: #A3B1DF;
}
.AnyTagClassName
{
color: #A3B1DF;
}
</style>
background-color css
<style>
a { background-color: #A3B1DF; }
a { background-color: rgb(163,177,223); }
div.DivClassName
{
background-color: #A3B1DF;
}
.BgClassName
{
background-color: #A3B1DF;
}
</style>
border-color css
<style>
span { border-color: #A3B1DF; }
span { border-color: rgb(163,177,223); }
td.TdClassName
{
border-color: #A3B1DF;
}
.TagClassName
{
border-color: #A3B1DF;
}
</style>