Shades of Perano #A7B1DD
Tints of Perano #A7B1DD
RGB
CMYK
RGB Variations
Color information
#A7B1DD (or 0xA7B1DD) is known color: Perano. HEX triplet: A7, B1 and DD. RGB value is (167,177,221). Sum of RGB (Red+Green+Blue) = 167+177+221=565 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.56% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #A7B1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7B1DD is #584E22. Grayscale: #B2B2B2. Windows color (decimal): -5787171 or 14528935. OLE color: 14528935.
HSL color Cylindrical-coordinate representation of color #A7B1DD: hue angle of 228.89º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7B1DD is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 177 | 221 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.13 |
| HSL | 228.89º | 0.44% | 0.76% | - |
| HSV(B) | 228.89º | 0.24% | 0.87% | - |
| XYZ | 44.71 | 44.88 | 74.71 | - |
| YUV | 179.03 | 151.69 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 221 | 0.24 | 0.20 | 0 | 0.13 | 228.89 | 0.44 | 0.76 |
| Hex | A7 | B1 | DD | 18 | 14 | 0 | D | E5 | 2C | 4C |
| Octal | 247 | 261 | 335 | 30 | 24 | 0 | 15 | 345 | 54 | 114 |
| Binary | 10100111 | 10110001 | 11011101 | 11000 | 10100 | 0 | 1101 | 11100101 | 101100 | 1001100 |
Color Harmonies of #A7B1DD
Complementary color
Monochromatic Colors of #A7B1DD
Black with #A7B1DD
Text Example
Text Example
White with #A7B1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B1DD; }
p { color: rgb(167,177,221); }
H1.HeaderClassName
{
color: #A7B1DD;
}
.AnyTagClassName
{
color: #A7B1DD;
}
</style>
background-color css
<style>
a { background-color: #A7B1DD; }
a { background-color: rgb(167,177,221); }
div.DivClassName
{
background-color: #A7B1DD;
}
.BgClassName
{
background-color: #A7B1DD;
}
</style>
border-color css
<style>
span { border-color: #A7B1DD; }
span { border-color: rgb(167,177,221); }
td.TdClassName
{
border-color: #A7B1DD;
}
.TagClassName
{
border-color: #A7B1DD;
}
</style>