Shades of Perano #A8B1F4
Tints of Perano #A8B1F4
RGB
CMYK
RGB Variations
Color information
#A8B1F4 (or 0xA8B1F4) is known color: Perano. HEX triplet: A8, B1 and F4. RGB value is (168,177,244). Sum of RGB (Red+Green+Blue) = 168+177+244=589 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.52% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 244 (95.70% from 255 or 41.43% from 589); Max value from RGB is 244 - color contains mainly: blue. Hex color #A8B1F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8B1F4 is #574E0B. Grayscale: #B5B5B5. Windows color (decimal): -5721612 or 16036264. OLE color: 16036264.
HSL color Cylindrical-coordinate representation of color #A8B1F4: hue angle of 232.89º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8B1F4 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 177 | 244 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.04 |
| HSL | 232.89º | 0.78% | 0.81% | - |
| HSV(B) | 232.89º | 0.31% | 0.96% | - |
| XYZ | 48.2 | 46.3 | 91.98 | - |
| YUV | 181.95 | 163.02 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 177 | 244 | 0.31 | 0.27 | 0 | 0.04 | 232.89 | 0.78 | 0.81 |
| Hex | A8 | B1 | F4 | 1F | 1B | 0 | 4 | E9 | 4E | 51 |
| Octal | 250 | 261 | 364 | 37 | 33 | 0 | 4 | 351 | 116 | 121 |
| Binary | 10101000 | 10110001 | 11110100 | 11111 | 11011 | 0 | 100 | 11101001 | 1001110 | 1010001 |
Color Harmonies of #A8B1F4
Complementary color
Monochromatic Colors of #A8B1F4
Black with #A8B1F4
Text Example
Text Example
White with #A8B1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B1F4; }
p { color: rgb(168,177,244); }
H1.HeaderClassName
{
color: #A8B1F4;
}
.AnyTagClassName
{
color: #A8B1F4;
}
</style>
background-color css
<style>
a { background-color: #A8B1F4; }
a { background-color: rgb(168,177,244); }
div.DivClassName
{
background-color: #A8B1F4;
}
.BgClassName
{
background-color: #A8B1F4;
}
</style>
border-color css
<style>
span { border-color: #A8B1F4; }
span { border-color: rgb(168,177,244); }
td.TdClassName
{
border-color: #A8B1F4;
}
.TagClassName
{
border-color: #A8B1F4;
}
</style>