Shades of Perano #A3B3E5
Tints of Perano #A3B3E5
RGB
CMYK
RGB Variations
Color information
#A3B3E5 (or 0xA3B3E5) is known color: Perano. HEX triplet: A3, B3 and E5. RGB value is (163,179,229). Sum of RGB (Red+Green+Blue) = 163+179+229=571 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.55% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #A3B3E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B3E5 is #5C4C1A. Grayscale: #B3B3B3. Windows color (decimal): -6048795 or 15053731. OLE color: 15053731.
HSL color Cylindrical-coordinate representation of color #A3B3E5: hue angle of 225.45º degrees, saturation: 0.56, 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 #A3B3E5 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 179 | 229 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.10 |
| HSL | 225.45º | 0.56% | 0.77% | - |
| HSV(B) | 225.45º | 0.29% | 0.9% | - |
| XYZ | 45.37 | 45.68 | 80.56 | - |
| YUV | 179.92 | 155.7 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 179 | 229 | 0.29 | 0.22 | 0 | 0.10 | 225.45 | 0.56 | 0.77 |
| Hex | A3 | B3 | E5 | 1D | 16 | 0 | A | E1 | 38 | 4D |
| Octal | 243 | 263 | 345 | 35 | 26 | 0 | 12 | 341 | 70 | 115 |
| Binary | 10100011 | 10110011 | 11100101 | 11101 | 10110 | 0 | 1010 | 11100001 | 111000 | 1001101 |
Color Harmonies of #A3B3E5
Complementary color
Monochromatic Colors of #A3B3E5
Black with #A3B3E5
Text Example
Text Example
White with #A3B3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B3E5; }
p { color: rgb(163,179,229); }
H1.HeaderClassName
{
color: #A3B3E5;
}
.AnyTagClassName
{
color: #A3B3E5;
}
</style>
background-color css
<style>
a { background-color: #A3B3E5; }
a { background-color: rgb(163,179,229); }
div.DivClassName
{
background-color: #A3B3E5;
}
.BgClassName
{
background-color: #A3B3E5;
}
</style>
border-color css
<style>
span { border-color: #A3B3E5; }
span { border-color: rgb(163,179,229); }
td.TdClassName
{
border-color: #A3B3E5;
}
.TagClassName
{
border-color: #A3B3E5;
}
</style>