Shades of Perano #A3B5E6
Tints of Perano #A3B5E6
RGB
CMYK
RGB Variations
Color information
#A3B5E6 (or 0xA3B5E6) is known color: Perano. HEX triplet: A3, B5 and E6. RGB value is (163,181,230). Sum of RGB (Red+Green+Blue) = 163+181+230=574 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.40% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 230 (90.23% from 255 or 40.07% from 574); Max value from RGB is 230 - color contains mainly: blue. Hex color #A3B5E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3B5E6 is #5C4A19. Grayscale: #B4B4B4. Windows color (decimal): -6048282 or 15119779. OLE color: 15119779.
HSL color Cylindrical-coordinate representation of color #A3B5E6: hue angle of 223.88º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3B5E6 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 181 | 230 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.10 |
| HSL | 223.88º | 0.57% | 0.77% | - |
| HSV(B) | 223.88º | 0.29% | 0.9% | - |
| XYZ | 45.91 | 46.55 | 81.43 | - |
| YUV | 181.2 | 155.54 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 181 | 230 | 0.29 | 0.21 | 0 | 0.10 | 223.88 | 0.57 | 0.77 |
| Hex | A3 | B5 | E6 | 1D | 15 | 0 | A | E0 | 39 | 4D |
| Octal | 243 | 265 | 346 | 35 | 25 | 0 | 12 | 340 | 71 | 115 |
| Binary | 10100011 | 10110101 | 11100110 | 11101 | 10101 | 0 | 1010 | 11100000 | 111001 | 1001101 |
Color Harmonies of #A3B5E6
Complementary color
Monochromatic Colors of #A3B5E6
Black with #A3B5E6
Text Example
Text Example
White with #A3B5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B5E6; }
p { color: rgb(163,181,230); }
H1.HeaderClassName
{
color: #A3B5E6;
}
.AnyTagClassName
{
color: #A3B5E6;
}
</style>
background-color css
<style>
a { background-color: #A3B5E6; }
a { background-color: rgb(163,181,230); }
div.DivClassName
{
background-color: #A3B5E6;
}
.BgClassName
{
background-color: #A3B5E6;
}
</style>
border-color css
<style>
span { border-color: #A3B5E6; }
span { border-color: rgb(163,181,230); }
td.TdClassName
{
border-color: #A3B5E6;
}
.TagClassName
{
border-color: #A3B5E6;
}
</style>