Shades of Perano #A4B2E6
Tints of Perano #A4B2E6
RGB
CMYK
RGB Variations
Color information
#A4B2E6 (or 0xA4B2E6) is known color: Perano. HEX triplet: A4, B2 and E6. RGB value is (164,178,230). Sum of RGB (Red+Green+Blue) = 164+178+230=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 230 (90.23% from 255 or 40.21% from 572); Max value from RGB is 230 - color contains mainly: blue. Hex color #A4B2E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4B2E6 is #5B4D19. Grayscale: #B3B3B3. Windows color (decimal): -5983514 or 15119012. OLE color: 15119012.
HSL color Cylindrical-coordinate representation of color #A4B2E6: hue angle of 227.27º 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 #A4B2E6 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 178 | 230 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.10 |
| HSL | 227.27º | 0.57% | 0.77% | - |
| HSV(B) | 227.27º | 0.29% | 0.9% | - |
| XYZ | 45.51 | 45.45 | 81.24 | - |
| YUV | 179.74 | 156.36 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 178 | 230 | 0.29 | 0.23 | 0 | 0.10 | 227.27 | 0.57 | 0.77 |
| Hex | A4 | B2 | E6 | 1D | 17 | 0 | A | E3 | 39 | 4D |
| Octal | 244 | 262 | 346 | 35 | 27 | 0 | 12 | 343 | 71 | 115 |
| Binary | 10100100 | 10110010 | 11100110 | 11101 | 10111 | 0 | 1010 | 11100011 | 111001 | 1001101 |
Color Harmonies of #A4B2E6
Complementary color
Monochromatic Colors of #A4B2E6
Black with #A4B2E6
Text Example
Text Example
White with #A4B2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B2E6; }
p { color: rgb(164,178,230); }
H1.HeaderClassName
{
color: #A4B2E6;
}
.AnyTagClassName
{
color: #A4B2E6;
}
</style>
background-color css
<style>
a { background-color: #A4B2E6; }
a { background-color: rgb(164,178,230); }
div.DivClassName
{
background-color: #A4B2E6;
}
.BgClassName
{
background-color: #A4B2E6;
}
</style>
border-color css
<style>
span { border-color: #A4B2E6; }
span { border-color: rgb(164,178,230); }
td.TdClassName
{
border-color: #A4B2E6;
}
.TagClassName
{
border-color: #A4B2E6;
}
</style>