Shades of Perano #A3B0EE
Tints of Perano #A3B0EE
RGB
CMYK
RGB Variations
Color information
#A3B0EE (or 0xA3B0EE) is known color: Perano. HEX triplet: A3, B0 and EE. RGB value is (163,176,238). Sum of RGB (Red+Green+Blue) = 163+176+238=577 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.25% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #A3B0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3B0EE is #5C4F11. Grayscale: #B2B2B2. Windows color (decimal): -6049554 or 15642787. OLE color: 15642787.
HSL color Cylindrical-coordinate representation of color #A3B0EE: hue angle of 229.6º 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 #A3B0EE is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 176 | 238 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.07 |
| HSL | 229.6º | 0.69% | 0.79% | - |
| HSV(B) | 229.6º | 0.32% | 0.93% | - |
| XYZ | 46.06 | 45.01 | 87.15 | - |
| YUV | 179.18 | 161.19 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 238 | 0.32 | 0.26 | 0 | 0.07 | 229.6 | 0.69 | 0.79 |
| Hex | A3 | B0 | EE | 20 | 1A | 0 | 7 | E6 | 45 | 4F |
| Octal | 243 | 260 | 356 | 40 | 32 | 0 | 7 | 346 | 105 | 117 |
| Binary | 10100011 | 10110000 | 11101110 | 100000 | 11010 | 0 | 111 | 11100110 | 1000101 | 1001111 |
Color Harmonies of #A3B0EE
Complementary color
Monochromatic Colors of #A3B0EE
Black with #A3B0EE
Text Example
Text Example
White with #A3B0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B0EE; }
p { color: rgb(163,176,238); }
H1.HeaderClassName
{
color: #A3B0EE;
}
.AnyTagClassName
{
color: #A3B0EE;
}
</style>
background-color css
<style>
a { background-color: #A3B0EE; }
a { background-color: rgb(163,176,238); }
div.DivClassName
{
background-color: #A3B0EE;
}
.BgClassName
{
background-color: #A3B0EE;
}
</style>
border-color css
<style>
span { border-color: #A3B0EE; }
span { border-color: rgb(163,176,238); }
td.TdClassName
{
border-color: #A3B0EE;
}
.TagClassName
{
border-color: #A3B0EE;
}
</style>