Shades of Perano #A3B0F9
Tints of Perano #A3B0F9
RGB
CMYK
RGB Variations
Color information
#A3B0F9 (or 0xA3B0F9) is known color: Perano. HEX triplet: A3, B0 and F9. RGB value is (163,176,249). Sum of RGB (Red+Green+Blue) = 163+176+249=588 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.72% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 249 (97.66% from 255 or 42.35% from 588); Max value from RGB is 249 - color contains mainly: blue. Hex color #A3B0F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3B0F9 is #5C4F06. Grayscale: #B4B4B4. Windows color (decimal): -6049543 or 16363683. OLE color: 16363683.
HSL color Cylindrical-coordinate representation of color #A3B0F9: hue angle of 230.93º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3B0F9 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 176 | 249 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.02 |
| HSL | 230.93º | 0.88% | 0.81% | - |
| HSV(B) | 230.93º | 0.35% | 0.98% | - |
| XYZ | 47.73 | 45.68 | 95.92 | - |
| YUV | 180.44 | 166.69 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 249 | 0.35 | 0.29 | 0 | 0.02 | 230.93 | 0.88 | 0.81 |
| Hex | A3 | B0 | F9 | 23 | 1D | 0 | 2 | E7 | 58 | 51 |
| Octal | 243 | 260 | 371 | 43 | 35 | 0 | 2 | 347 | 130 | 121 |
| Binary | 10100011 | 10110000 | 11111001 | 100011 | 11101 | 0 | 10 | 11100111 | 1011000 | 1010001 |
Color Harmonies of #A3B0F9
Complementary color
Monochromatic Colors of #A3B0F9
Black with #A3B0F9
Text Example
Text Example
White with #A3B0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B0F9; }
p { color: rgb(163,176,249); }
H1.HeaderClassName
{
color: #A3B0F9;
}
.AnyTagClassName
{
color: #A3B0F9;
}
</style>
background-color css
<style>
a { background-color: #A3B0F9; }
a { background-color: rgb(163,176,249); }
div.DivClassName
{
background-color: #A3B0F9;
}
.BgClassName
{
background-color: #A3B0F9;
}
</style>
border-color css
<style>
span { border-color: #A3B0F9; }
span { border-color: rgb(163,176,249); }
td.TdClassName
{
border-color: #A3B0F9;
}
.TagClassName
{
border-color: #A3B0F9;
}
</style>