Shades of Perano #A3B5FE
Tints of Perano #A3B5FE
RGB
CMYK
RGB Variations
Color information
#A3B5FE (or 0xA3B5FE) is known color: Perano. HEX triplet: A3, B5 and FE. RGB value is (163,181,254). Sum of RGB (Red+Green+Blue) = 163+181+254=598 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.26% from 598); Green value is 181 (71.09% from 255 or 30.27% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #A3B5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3B5FE is #5C4A01. Grayscale: #B7B7B7. Windows color (decimal): -6048258 or 16692643. OLE color: 16692643.
HSL color Cylindrical-coordinate representation of color #A3B5FE: hue angle of 228.13º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3B5FE is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 181 | 254 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.00 |
| HSL | 228.13º | 0.98% | 0.82% | - |
| HSV(B) | 228.13º | 0.36% | 1% | - |
| XYZ | 49.52 | 47.99 | 100.42 | - |
| YUV | 183.94 | 167.54 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 181 | 254 | 0.36 | 0.29 | 0 | 0.00 | 228.13 | 0.98 | 0.82 |
| Hex | A3 | B5 | FE | 24 | 1D | 0 | 0 | E4 | 62 | 52 |
| Octal | 243 | 265 | 376 | 44 | 35 | 0 | 0 | 344 | 142 | 122 |
| Binary | 10100011 | 10110101 | 11111110 | 100100 | 11101 | 0 | 0 | 11100100 | 1100010 | 1010010 |
Color Harmonies of #A3B5FE
Complementary color
Monochromatic Colors of #A3B5FE
Black with #A3B5FE
Text Example
Text Example
White with #A3B5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B5FE; }
p { color: rgb(163,181,254); }
H1.HeaderClassName
{
color: #A3B5FE;
}
.AnyTagClassName
{
color: #A3B5FE;
}
</style>
background-color css
<style>
a { background-color: #A3B5FE; }
a { background-color: rgb(163,181,254); }
div.DivClassName
{
background-color: #A3B5FE;
}
.BgClassName
{
background-color: #A3B5FE;
}
</style>
border-color css
<style>
span { border-color: #A3B5FE; }
span { border-color: rgb(163,181,254); }
td.TdClassName
{
border-color: #A3B5FE;
}
.TagClassName
{
border-color: #A3B5FE;
}
</style>