Shades of Perano #A3B4FA
Tints of Perano #A3B4FA
RGB
CMYK
RGB Variations
Color information
#A3B4FA (or 0xA3B4FA) is known color: Perano. HEX triplet: A3, B4 and FA. RGB value is (163,180,250). Sum of RGB (Red+Green+Blue) = 163+180+250=593 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.49% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #A3B4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3B4FA is #5C4B05. Grayscale: #B6B6B6. Windows color (decimal): -6048518 or 16430243. OLE color: 16430243.
HSL color Cylindrical-coordinate representation of color #A3B4FA: hue angle of 228.28º degrees, saturation: 0.9, 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 #A3B4FA is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 180 | 250 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.02 |
| HSL | 228.28º | 0.9% | 0.81% | - |
| HSV(B) | 228.28º | 0.35% | 0.98% | - |
| XYZ | 48.68 | 47.33 | 97.01 | - |
| YUV | 182.9 | 165.87 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 180 | 250 | 0.35 | 0.28 | 0 | 0.02 | 228.28 | 0.9 | 0.81 |
| Hex | A3 | B4 | FA | 23 | 1C | 0 | 2 | E4 | 5A | 51 |
| Octal | 243 | 264 | 372 | 43 | 34 | 0 | 2 | 344 | 132 | 121 |
| Binary | 10100011 | 10110100 | 11111010 | 100011 | 11100 | 0 | 10 | 11100100 | 1011010 | 1010001 |
Color Harmonies of #A3B4FA
Complementary color
Monochromatic Colors of #A3B4FA
Black with #A3B4FA
Text Example
Text Example
White with #A3B4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B4FA; }
p { color: rgb(163,180,250); }
H1.HeaderClassName
{
color: #A3B4FA;
}
.AnyTagClassName
{
color: #A3B4FA;
}
</style>
background-color css
<style>
a { background-color: #A3B4FA; }
a { background-color: rgb(163,180,250); }
div.DivClassName
{
background-color: #A3B4FA;
}
.BgClassName
{
background-color: #A3B4FA;
}
</style>
border-color css
<style>
span { border-color: #A3B4FA; }
span { border-color: rgb(163,180,250); }
td.TdClassName
{
border-color: #A3B4FA;
}
.TagClassName
{
border-color: #A3B4FA;
}
</style>