Shades of Perano #A4B3FE
Tints of Perano #A4B3FE
RGB
CMYK
RGB Variations
Color information
#A4B3FE (or 0xA4B3FE) is known color: Perano. HEX triplet: A4, B3 and FE. RGB value is (164,179,254). Sum of RGB (Red+Green+Blue) = 164+179+254=597 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.47% from 597); Green value is 179 (70.31% from 255 or 29.98% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4B3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B3FE is #5B4C01. Grayscale: #B6B6B6. Windows color (decimal): -5983234 or 16692132. OLE color: 16692132.
HSL color Cylindrical-coordinate representation of color #A4B3FE: hue angle of 230º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4B3FE is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 179 | 254 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.00 |
| HSL | 230º | 0.98% | 0.82% | - |
| HSV(B) | 230º | 0.35% | 1% | - |
| XYZ | 49.32 | 47.29 | 100.29 | - |
| YUV | 183.07 | 168.03 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 179 | 254 | 0.35 | 0.30 | 0 | 0.00 | 230 | 0.98 | 0.82 |
| Hex | A4 | B3 | FE | 23 | 1E | 0 | 0 | E6 | 62 | 52 |
| Octal | 244 | 263 | 376 | 43 | 36 | 0 | 0 | 346 | 142 | 122 |
| Binary | 10100100 | 10110011 | 11111110 | 100011 | 11110 | 0 | 0 | 11100110 | 1100010 | 1010010 |
Color Harmonies of #A4B3FE
Complementary color
Monochromatic Colors of #A4B3FE
Black with #A4B3FE
Text Example
Text Example
White with #A4B3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B3FE; }
p { color: rgb(164,179,254); }
H1.HeaderClassName
{
color: #A4B3FE;
}
.AnyTagClassName
{
color: #A4B3FE;
}
</style>
background-color css
<style>
a { background-color: #A4B3FE; }
a { background-color: rgb(164,179,254); }
div.DivClassName
{
background-color: #A4B3FE;
}
.BgClassName
{
background-color: #A4B3FE;
}
</style>
border-color css
<style>
span { border-color: #A4B3FE; }
span { border-color: rgb(164,179,254); }
td.TdClassName
{
border-color: #A4B3FE;
}
.TagClassName
{
border-color: #A4B3FE;
}
</style>