Shades of Perano #A8B1FD
Tints of Perano #A8B1FD
RGB
CMYK
RGB Variations
Color information
#A8B1FD (or 0xA8B1FD) is known color: Perano. HEX triplet: A8, B1 and FD. RGB value is (168,177,253). Sum of RGB (Red+Green+Blue) = 168+177+253=598 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.09% from 598); Green value is 177 (69.53% from 255 or 29.60% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8B1FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8B1FD is #574E02. Grayscale: #B6B6B6. Windows color (decimal): -5721603 or 16626088. OLE color: 16626088.
HSL color Cylindrical-coordinate representation of color #A8B1FD: hue angle of 233.65º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8B1FD is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 177 | 253 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.01 |
| HSL | 233.65º | 0.96% | 0.83% | - |
| HSV(B) | 233.65º | 0.34% | 0.99% | - |
| XYZ | 49.6 | 46.86 | 99.36 | - |
| YUV | 182.97 | 167.52 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 177 | 253 | 0.34 | 0.30 | 0 | 0.01 | 233.65 | 0.96 | 0.83 |
| Hex | A8 | B1 | FD | 22 | 1E | 0 | 1 | EA | 60 | 53 |
| Octal | 250 | 261 | 375 | 42 | 36 | 0 | 1 | 352 | 140 | 123 |
| Binary | 10101000 | 10110001 | 11111101 | 100010 | 11110 | 0 | 1 | 11101010 | 1100000 | 1010011 |
Color Harmonies of #A8B1FD
Complementary color
Monochromatic Colors of #A8B1FD
Black with #A8B1FD
Text Example
Text Example
White with #A8B1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B1FD; }
p { color: rgb(168,177,253); }
H1.HeaderClassName
{
color: #A8B1FD;
}
.AnyTagClassName
{
color: #A8B1FD;
}
</style>
background-color css
<style>
a { background-color: #A8B1FD; }
a { background-color: rgb(168,177,253); }
div.DivClassName
{
background-color: #A8B1FD;
}
.BgClassName
{
background-color: #A8B1FD;
}
</style>
border-color css
<style>
span { border-color: #A8B1FD; }
span { border-color: rgb(168,177,253); }
td.TdClassName
{
border-color: #A8B1FD;
}
.TagClassName
{
border-color: #A8B1FD;
}
</style>