Shades of Perano #A4B3E6
Tints of Perano #A4B3E6
RGB
CMYK
RGB Variations
Color information
#A4B3E6 (or 0xA4B3E6) is known color: Perano. HEX triplet: A4, B3 and E6. RGB value is (164,179,230). Sum of RGB (Red+Green+Blue) = 164+179+230=573 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.62% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 230 (90.23% from 255 or 40.14% from 573); Max value from RGB is 230 - color contains mainly: blue. Hex color #A4B3E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B3E6 is #5B4C19. Grayscale: #B4B4B4. Windows color (decimal): -5983258 or 15119268. OLE color: 15119268.
HSL color Cylindrical-coordinate representation of color #A4B3E6: hue angle of 226.36º 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 #A4B3E6 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 179 | 230 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.10 |
| HSL | 226.36º | 0.57% | 0.77% | - |
| HSV(B) | 226.36º | 0.29% | 0.9% | - |
| XYZ | 45.71 | 45.85 | 81.3 | - |
| YUV | 180.33 | 156.03 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 179 | 230 | 0.29 | 0.22 | 0 | 0.10 | 226.36 | 0.57 | 0.77 |
| Hex | A4 | B3 | E6 | 1D | 16 | 0 | A | E2 | 39 | 4D |
| Octal | 244 | 263 | 346 | 35 | 26 | 0 | 12 | 342 | 71 | 115 |
| Binary | 10100100 | 10110011 | 11100110 | 11101 | 10110 | 0 | 1010 | 11100010 | 111001 | 1001101 |
Color Harmonies of #A4B3E6
Complementary color
Monochromatic Colors of #A4B3E6
Black with #A4B3E6
Text Example
Text Example
White with #A4B3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B3E6; }
p { color: rgb(164,179,230); }
H1.HeaderClassName
{
color: #A4B3E6;
}
.AnyTagClassName
{
color: #A4B3E6;
}
</style>
background-color css
<style>
a { background-color: #A4B3E6; }
a { background-color: rgb(164,179,230); }
div.DivClassName
{
background-color: #A4B3E6;
}
.BgClassName
{
background-color: #A4B3E6;
}
</style>
border-color css
<style>
span { border-color: #A4B3E6; }
span { border-color: rgb(164,179,230); }
td.TdClassName
{
border-color: #A4B3E6;
}
.TagClassName
{
border-color: #A4B3E6;
}
</style>