Shades of Perano #A3B0F8
Tints of Perano #A3B0F8
RGB
CMYK
RGB Variations
Color information
#A3B0F8 (or 0xA3B0F8) is known color: Perano. HEX triplet: A3, B0 and F8. RGB value is (163,176,248). Sum of RGB (Red+Green+Blue) = 163+176+248=587 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.77% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 248 (97.27% from 255 or 42.25% from 587); Max value from RGB is 248 - color contains mainly: blue. Hex color #A3B0F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3B0F8 is #5C4F07. Grayscale: #B4B4B4. Windows color (decimal): -6049544 or 16298147. OLE color: 16298147.
HSL color Cylindrical-coordinate representation of color #A3B0F8: hue angle of 230.82º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3B0F8 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 176 | 248 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.03 |
| HSL | 230.82º | 0.86% | 0.81% | - |
| HSV(B) | 230.82º | 0.34% | 0.97% | - |
| XYZ | 47.57 | 45.61 | 95.1 | - |
| YUV | 180.32 | 166.19 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 248 | 0.34 | 0.29 | 0 | 0.03 | 230.82 | 0.86 | 0.81 |
| Hex | A3 | B0 | F8 | 22 | 1D | 0 | 3 | E7 | 56 | 51 |
| Octal | 243 | 260 | 370 | 42 | 35 | 0 | 3 | 347 | 126 | 121 |
| Binary | 10100011 | 10110000 | 11111000 | 100010 | 11101 | 0 | 11 | 11100111 | 1010110 | 1010001 |
Color Harmonies of #A3B0F8
Complementary color
Monochromatic Colors of #A3B0F8
Black with #A3B0F8
Text Example
Text Example
White with #A3B0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B0F8; }
p { color: rgb(163,176,248); }
H1.HeaderClassName
{
color: #A3B0F8;
}
.AnyTagClassName
{
color: #A3B0F8;
}
</style>
background-color css
<style>
a { background-color: #A3B0F8; }
a { background-color: rgb(163,176,248); }
div.DivClassName
{
background-color: #A3B0F8;
}
.BgClassName
{
background-color: #A3B0F8;
}
</style>
border-color css
<style>
span { border-color: #A3B0F8; }
span { border-color: rgb(163,176,248); }
td.TdClassName
{
border-color: #A3B0F8;
}
.TagClassName
{
border-color: #A3B0F8;
}
</style>