Shades of Perano #A9ABE5
Tints of Perano #A9ABE5
RGB
CMYK
RGB Variations
Color information
#A9ABE5 (or 0xA9ABE5) is known color: Perano. HEX triplet: A9, AB and E5. RGB value is (169,171,229). Sum of RGB (Red+Green+Blue) = 169+171+229=569 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.70% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 229 - color contains mainly: blue. Hex color #A9ABE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ABE5 is #56541A. Grayscale: #B0B0B0. Windows color (decimal): -5657627 or 15051689. OLE color: 15051689.
HSL color Cylindrical-coordinate representation of color #A9ABE5: hue angle of 238º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9ABE5 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 171 | 229 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.10 |
| HSL | 238º | 0.54% | 0.78% | - |
| HSV(B) | 238º | 0.26% | 0.9% | - |
| XYZ | 45.07 | 43.22 | 80.1 | - |
| YUV | 177.01 | 157.34 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 171 | 229 | 0.26 | 0.25 | 0 | 0.10 | 238 | 0.54 | 0.78 |
| Hex | A9 | AB | E5 | 1A | 19 | 0 | A | EE | 36 | 4E |
| Octal | 251 | 253 | 345 | 32 | 31 | 0 | 12 | 356 | 66 | 116 |
| Binary | 10101001 | 10101011 | 11100101 | 11010 | 11001 | 0 | 1010 | 11101110 | 110110 | 1001110 |
Color Harmonies of #A9ABE5
Complementary color
Monochromatic Colors of #A9ABE5
Black with #A9ABE5
Text Example
Text Example
White with #A9ABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ABE5; }
p { color: rgb(169,171,229); }
H1.HeaderClassName
{
color: #A9ABE5;
}
.AnyTagClassName
{
color: #A9ABE5;
}
</style>
background-color css
<style>
a { background-color: #A9ABE5; }
a { background-color: rgb(169,171,229); }
div.DivClassName
{
background-color: #A9ABE5;
}
.BgClassName
{
background-color: #A9ABE5;
}
</style>
border-color css
<style>
span { border-color: #A9ABE5; }
span { border-color: rgb(169,171,229); }
td.TdClassName
{
border-color: #A9ABE5;
}
.TagClassName
{
border-color: #A9ABE5;
}
</style>