Shades of Perano #A5ABF2
Tints of Perano #A5ABF2
RGB
CMYK
RGB Variations
Color information
#A5ABF2 (or 0xA5ABF2) is known color: Perano. HEX triplet: A5, AB and F2. RGB value is (165,171,242). Sum of RGB (Red+Green+Blue) = 165+171+242=578 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.55% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #A5ABF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5ABF2 is #5A540D. Grayscale: #B1B1B1. Windows color (decimal): -5919758 or 15903653. OLE color: 15903653.
HSL color Cylindrical-coordinate representation of color #A5ABF2: hue angle of 235.32º degrees, saturation: 0.75, 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 #A5ABF2 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 171 | 242 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.05 |
| HSL | 235.32º | 0.75% | 0.8% | - |
| HSV(B) | 235.32º | 0.32% | 0.95% | - |
| XYZ | 46.11 | 43.54 | 89.98 | - |
| YUV | 177.3 | 164.51 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 171 | 242 | 0.32 | 0.29 | 0 | 0.05 | 235.32 | 0.75 | 0.8 |
| Hex | A5 | AB | F2 | 20 | 1D | 0 | 5 | EB | 4B | 50 |
| Octal | 245 | 253 | 362 | 40 | 35 | 0 | 5 | 353 | 113 | 120 |
| Binary | 10100101 | 10101011 | 11110010 | 100000 | 11101 | 0 | 101 | 11101011 | 1001011 | 1010000 |
Color Harmonies of #A5ABF2
Complementary color
Monochromatic Colors of #A5ABF2
Black with #A5ABF2
Text Example
Text Example
White with #A5ABF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ABF2; }
p { color: rgb(165,171,242); }
H1.HeaderClassName
{
color: #A5ABF2;
}
.AnyTagClassName
{
color: #A5ABF2;
}
</style>
background-color css
<style>
a { background-color: #A5ABF2; }
a { background-color: rgb(165,171,242); }
div.DivClassName
{
background-color: #A5ABF2;
}
.BgClassName
{
background-color: #A5ABF2;
}
</style>
border-color css
<style>
span { border-color: #A5ABF2; }
span { border-color: rgb(165,171,242); }
td.TdClassName
{
border-color: #A5ABF2;
}
.TagClassName
{
border-color: #A5ABF2;
}
</style>