Shades of Perano #A3AEDF
Tints of Perano #A3AEDF
RGB
CMYK
RGB Variations
Color information
#A3AEDF (or 0xA3AEDF) is known color: Perano. HEX triplet: A3, AE and DF. RGB value is (163,174,223). Sum of RGB (Red+Green+Blue) = 163+174+223=560 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.11% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #A3AEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3AEDF is #5C5120. Grayscale: #B0B0B0. Windows color (decimal): -6050081 or 14659235. OLE color: 14659235.
HSL color Cylindrical-coordinate representation of color #A3AEDF: hue angle of 229º 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 #A3AEDF is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 174 | 223 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.13 |
| HSL | 229º | 0.48% | 0.76% | - |
| HSV(B) | 229º | 0.27% | 0.87% | - |
| XYZ | 43.56 | 43.39 | 75.89 | - |
| YUV | 176.3 | 154.36 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 174 | 223 | 0.27 | 0.22 | 0 | 0.13 | 229 | 0.48 | 0.76 |
| Hex | A3 | AE | DF | 1B | 16 | 0 | D | E5 | 30 | 4C |
| Octal | 243 | 256 | 337 | 33 | 26 | 0 | 15 | 345 | 60 | 114 |
| Binary | 10100011 | 10101110 | 11011111 | 11011 | 10110 | 0 | 1101 | 11100101 | 110000 | 1001100 |
Color Harmonies of #A3AEDF
Complementary color
Monochromatic Colors of #A3AEDF
Black with #A3AEDF
Text Example
Text Example
White with #A3AEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AEDF; }
p { color: rgb(163,174,223); }
H1.HeaderClassName
{
color: #A3AEDF;
}
.AnyTagClassName
{
color: #A3AEDF;
}
</style>
background-color css
<style>
a { background-color: #A3AEDF; }
a { background-color: rgb(163,174,223); }
div.DivClassName
{
background-color: #A3AEDF;
}
.BgClassName
{
background-color: #A3AEDF;
}
</style>
border-color css
<style>
span { border-color: #A3AEDF; }
span { border-color: rgb(163,174,223); }
td.TdClassName
{
border-color: #A3AEDF;
}
.TagClassName
{
border-color: #A3AEDF;
}
</style>