Shades of Perano #A3B4EE
Tints of Perano #A3B4EE
RGB
CMYK
RGB Variations
Color information
#A3B4EE (or 0xA3B4EE) is known color: Perano. HEX triplet: A3, B4 and EE. RGB value is (163,180,238). Sum of RGB (Red+Green+Blue) = 163+180+238=581 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.06% from 581); Green value is 180 (70.70% from 255 or 30.98% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #A3B4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3B4EE is #5C4B11. Grayscale: #B5B5B5. Windows color (decimal): -6048530 or 15643811. OLE color: 15643811.
HSL color Cylindrical-coordinate representation of color #A3B4EE: hue angle of 226.4º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3B4EE is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 180 | 238 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.07 |
| HSL | 226.4º | 0.69% | 0.79% | - |
| HSV(B) | 226.4º | 0.32% | 0.93% | - |
| XYZ | 46.86 | 46.6 | 87.41 | - |
| YUV | 181.53 | 159.87 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 180 | 238 | 0.32 | 0.24 | 0 | 0.07 | 226.4 | 0.69 | 0.79 |
| Hex | A3 | B4 | EE | 20 | 18 | 0 | 7 | E2 | 45 | 4F |
| Octal | 243 | 264 | 356 | 40 | 30 | 0 | 7 | 342 | 105 | 117 |
| Binary | 10100011 | 10110100 | 11101110 | 100000 | 11000 | 0 | 111 | 11100010 | 1000101 | 1001111 |
Color Harmonies of #A3B4EE
Complementary color
Monochromatic Colors of #A3B4EE
Black with #A3B4EE
Text Example
Text Example
White with #A3B4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B4EE; }
p { color: rgb(163,180,238); }
H1.HeaderClassName
{
color: #A3B4EE;
}
.AnyTagClassName
{
color: #A3B4EE;
}
</style>
background-color css
<style>
a { background-color: #A3B4EE; }
a { background-color: rgb(163,180,238); }
div.DivClassName
{
background-color: #A3B4EE;
}
.BgClassName
{
background-color: #A3B4EE;
}
</style>
border-color css
<style>
span { border-color: #A3B4EE; }
span { border-color: rgb(163,180,238); }
td.TdClassName
{
border-color: #A3B4EE;
}
.TagClassName
{
border-color: #A3B4EE;
}
</style>