Shades of Perano #A9ABF3
Tints of Perano #A9ABF3
RGB
CMYK
RGB Variations
Color information
#A9ABF3 (or 0xA9ABF3) is known color: Perano. HEX triplet: A9, AB and F3. RGB value is (169,171,243). Sum of RGB (Red+Green+Blue) = 169+171+243=583 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.99% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 243 (95.31% from 255 or 41.68% from 583); Max value from RGB is 243 - color contains mainly: blue. Hex color #A9ABF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9ABF3 is #56540C. Grayscale: #B2B2B2. Windows color (decimal): -5657613 or 15969193. OLE color: 15969193.
HSL color Cylindrical-coordinate representation of color #A9ABF3: hue angle of 238.38º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9ABF3 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 171 | 243 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.05 |
| HSL | 238.38º | 0.76% | 0.81% | - |
| HSV(B) | 238.38º | 0.3% | 0.95% | - |
| XYZ | 47.1 | 44.03 | 90.81 | - |
| YUV | 178.61 | 164.34 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 171 | 243 | 0.30 | 0.30 | 0 | 0.05 | 238.38 | 0.76 | 0.81 |
| Hex | A9 | AB | F3 | 1E | 1E | 0 | 5 | EE | 4C | 51 |
| Octal | 251 | 253 | 363 | 36 | 36 | 0 | 5 | 356 | 114 | 121 |
| Binary | 10101001 | 10101011 | 11110011 | 11110 | 11110 | 0 | 101 | 11101110 | 1001100 | 1010001 |
Color Harmonies of #A9ABF3
Complementary color
Monochromatic Colors of #A9ABF3
Black with #A9ABF3
Text Example
Text Example
White with #A9ABF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ABF3; }
p { color: rgb(169,171,243); }
H1.HeaderClassName
{
color: #A9ABF3;
}
.AnyTagClassName
{
color: #A9ABF3;
}
</style>
background-color css
<style>
a { background-color: #A9ABF3; }
a { background-color: rgb(169,171,243); }
div.DivClassName
{
background-color: #A9ABF3;
}
.BgClassName
{
background-color: #A9ABF3;
}
</style>
border-color css
<style>
span { border-color: #A9ABF3; }
span { border-color: rgb(169,171,243); }
td.TdClassName
{
border-color: #A9ABF3;
}
.TagClassName
{
border-color: #A9ABF3;
}
</style>