Shades of Perano #A3B3FB
Tints of Perano #A3B3FB
RGB
CMYK
RGB Variations
Color information
#A3B3FB (or 0xA3B3FB) is known color: Perano. HEX triplet: A3, B3 and FB. RGB value is (163,179,251). Sum of RGB (Red+Green+Blue) = 163+179+251=593 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.49% from 593); Green value is 179 (70.31% from 255 or 30.19% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #A3B3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3B3FB is #5C4C04. Grayscale: #B6B6B6. Windows color (decimal): -6048773 or 16495523. OLE color: 16495523.
HSL color Cylindrical-coordinate representation of color #A3B3FB: hue angle of 229.09º degrees, saturation: 0.92, 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 #A3B3FB is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 179 | 251 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.02 |
| HSL | 229.09º | 0.92% | 0.81% | - |
| HSV(B) | 229.09º | 0.35% | 0.98% | - |
| XYZ | 48.64 | 46.99 | 97.77 | - |
| YUV | 182.42 | 166.7 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 179 | 251 | 0.35 | 0.29 | 0 | 0.02 | 229.09 | 0.92 | 0.81 |
| Hex | A3 | B3 | FB | 23 | 1D | 0 | 2 | E5 | 5C | 51 |
| Octal | 243 | 263 | 373 | 43 | 35 | 0 | 2 | 345 | 134 | 121 |
| Binary | 10100011 | 10110011 | 11111011 | 100011 | 11101 | 0 | 10 | 11100101 | 1011100 | 1010001 |
Color Harmonies of #A3B3FB
Complementary color
Monochromatic Colors of #A3B3FB
Black with #A3B3FB
Text Example
Text Example
White with #A3B3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B3FB; }
p { color: rgb(163,179,251); }
H1.HeaderClassName
{
color: #A3B3FB;
}
.AnyTagClassName
{
color: #A3B3FB;
}
</style>
background-color css
<style>
a { background-color: #A3B3FB; }
a { background-color: rgb(163,179,251); }
div.DivClassName
{
background-color: #A3B3FB;
}
.BgClassName
{
background-color: #A3B3FB;
}
</style>
border-color css
<style>
span { border-color: #A3B3FB; }
span { border-color: rgb(163,179,251); }
td.TdClassName
{
border-color: #A3B3FB;
}
.TagClassName
{
border-color: #A3B3FB;
}
</style>