Shades of Perano #A5ABF1
Tints of Perano #A5ABF1
RGB
CMYK
RGB Variations
Color information
#A5ABF1 (or 0xA5ABF1) is known color: Perano. HEX triplet: A5, AB and F1. RGB value is (165,171,241). Sum of RGB (Red+Green+Blue) = 165+171+241=577 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.60% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #A5ABF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5ABF1 is #5A540E. Grayscale: #B0B0B0. Windows color (decimal): -5919759 or 15838117. OLE color: 15838117.
HSL color Cylindrical-coordinate representation of color #A5ABF1: hue angle of 235.26º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5ABF1 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 171 | 241 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.05 |
| HSL | 235.26º | 0.73% | 0.8% | - |
| HSV(B) | 235.26º | 0.32% | 0.95% | - |
| XYZ | 45.96 | 43.48 | 89.19 | - |
| YUV | 177.19 | 164.01 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 171 | 241 | 0.32 | 0.29 | 0 | 0.05 | 235.26 | 0.73 | 0.8 |
| Hex | A5 | AB | F1 | 20 | 1D | 0 | 5 | EB | 49 | 50 |
| Octal | 245 | 253 | 361 | 40 | 35 | 0 | 5 | 353 | 111 | 120 |
| Binary | 10100101 | 10101011 | 11110001 | 100000 | 11101 | 0 | 101 | 11101011 | 1001001 | 1010000 |
Color Harmonies of #A5ABF1
Complementary color
Monochromatic Colors of #A5ABF1
Black with #A5ABF1
Text Example
Text Example
White with #A5ABF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ABF1; }
p { color: rgb(165,171,241); }
H1.HeaderClassName
{
color: #A5ABF1;
}
.AnyTagClassName
{
color: #A5ABF1;
}
</style>
background-color css
<style>
a { background-color: #A5ABF1; }
a { background-color: rgb(165,171,241); }
div.DivClassName
{
background-color: #A5ABF1;
}
.BgClassName
{
background-color: #A5ABF1;
}
</style>
border-color css
<style>
span { border-color: #A5ABF1; }
span { border-color: rgb(165,171,241); }
td.TdClassName
{
border-color: #A5ABF1;
}
.TagClassName
{
border-color: #A5ABF1;
}
</style>