Shades of Perano #A3B7DF
Tints of Perano #A3B7DF
RGB
CMYK
RGB Variations
Color information
#A3B7DF (or 0xA3B7DF) is known color: Perano. HEX triplet: A3, B7 and DF. RGB value is (163,183,223). Sum of RGB (Red+Green+Blue) = 163+183+223=569 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.65% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #A3B7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B7DF is #5C4820. Grayscale: #B5B5B5. Windows color (decimal): -6047777 or 14661539. OLE color: 14661539.
HSL color Cylindrical-coordinate representation of color #A3B7DF: hue angle of 220º 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 #A3B7DF is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 183 | 223 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.13 |
| HSL | 220º | 0.48% | 0.76% | - |
| HSV(B) | 220º | 0.27% | 0.87% | - |
| XYZ | 45.36 | 46.98 | 76.49 | - |
| YUV | 181.58 | 151.37 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 183 | 223 | 0.27 | 0.18 | 0 | 0.13 | 220 | 0.48 | 0.76 |
| Hex | A3 | B7 | DF | 1B | 12 | 0 | D | DC | 30 | 4C |
| Octal | 243 | 267 | 337 | 33 | 22 | 0 | 15 | 334 | 60 | 114 |
| Binary | 10100011 | 10110111 | 11011111 | 11011 | 10010 | 0 | 1101 | 11011100 | 110000 | 1001100 |
Color Harmonies of #A3B7DF
Complementary color
Monochromatic Colors of #A3B7DF
Black with #A3B7DF
Text Example
Text Example
White with #A3B7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B7DF; }
p { color: rgb(163,183,223); }
H1.HeaderClassName
{
color: #A3B7DF;
}
.AnyTagClassName
{
color: #A3B7DF;
}
</style>
background-color css
<style>
a { background-color: #A3B7DF; }
a { background-color: rgb(163,183,223); }
div.DivClassName
{
background-color: #A3B7DF;
}
.BgClassName
{
background-color: #A3B7DF;
}
</style>
border-color css
<style>
span { border-color: #A3B7DF; }
span { border-color: rgb(163,183,223); }
td.TdClassName
{
border-color: #A3B7DF;
}
.TagClassName
{
border-color: #A3B7DF;
}
</style>