Shades of Perano #A3BAF1
Tints of Perano #A3BAF1
RGB
CMYK
RGB Variations
Color information
#A3BAF1 (or 0xA3BAF1) is known color: Perano. HEX triplet: A3, BA and F1. RGB value is (163,186,241). Sum of RGB (Red+Green+Blue) = 163+186+241=590 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.63% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #A3BAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BAF1 is #5C450E. Grayscale: #B9B9B9. Windows color (decimal): -6046991 or 15841955. OLE color: 15841955.
HSL color Cylindrical-coordinate representation of color #A3BAF1: hue angle of 222.31º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3BAF1 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 186 | 241 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.05 |
| HSL | 222.31º | 0.74% | 0.79% | - |
| HSV(B) | 222.31º | 0.32% | 0.95% | - |
| XYZ | 48.54 | 49.26 | 90.17 | - |
| YUV | 185.39 | 159.38 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 241 | 0.32 | 0.23 | 0 | 0.05 | 222.31 | 0.74 | 0.79 |
| Hex | A3 | BA | F1 | 20 | 17 | 0 | 5 | DE | 4A | 4F |
| Octal | 243 | 272 | 361 | 40 | 27 | 0 | 5 | 336 | 112 | 117 |
| Binary | 10100011 | 10111010 | 11110001 | 100000 | 10111 | 0 | 101 | 11011110 | 1001010 | 1001111 |
Color Harmonies of #A3BAF1
Complementary color
Monochromatic Colors of #A3BAF1
Black with #A3BAF1
Text Example
Text Example
White with #A3BAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BAF1; }
p { color: rgb(163,186,241); }
H1.HeaderClassName
{
color: #A3BAF1;
}
.AnyTagClassName
{
color: #A3BAF1;
}
</style>
background-color css
<style>
a { background-color: #A3BAF1; }
a { background-color: rgb(163,186,241); }
div.DivClassName
{
background-color: #A3BAF1;
}
.BgClassName
{
background-color: #A3BAF1;
}
</style>
border-color css
<style>
span { border-color: #A3BAF1; }
span { border-color: rgb(163,186,241); }
td.TdClassName
{
border-color: #A3BAF1;
}
.TagClassName
{
border-color: #A3BAF1;
}
</style>