Shades of Perano #ABA5F2
Tints of Perano #ABA5F2
RGB
CMYK
RGB Variations
Color information
#ABA5F2 (or 0xABA5F2) is known color: Perano. HEX triplet: AB, A5 and F2. RGB value is (171,165,242). Sum of RGB (Red+Green+Blue) = 171+165+242=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 165 (64.84% from 255 or 28.55% 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 #ABA5F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA5F2 is #545A0D. Grayscale: #AFAFAF. Windows color (decimal): -5528078 or 15902123. OLE color: 15902123.
HSL color Cylindrical-coordinate representation of color #ABA5F2: hue angle of 244.68º 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 #ABA5F2 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 165 | 242 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.05 |
| HSL | 244.68º | 0.75% | 0.8% | - |
| HSV(B) | 244.68º | 0.32% | 0.95% | - |
| XYZ | 46.28 | 41.98 | 89.67 | - |
| YUV | 175.57 | 165.49 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 242 | 0.29 | 0.32 | 0 | 0.05 | 244.68 | 0.75 | 0.8 |
| Hex | AB | A5 | F2 | 1D | 20 | 0 | 5 | F5 | 4B | 50 |
| Octal | 253 | 245 | 362 | 35 | 40 | 0 | 5 | 365 | 113 | 120 |
| Binary | 10101011 | 10100101 | 11110010 | 11101 | 100000 | 0 | 101 | 11110101 | 1001011 | 1010000 |
Color Harmonies of #ABA5F2
Complementary color
Monochromatic Colors of #ABA5F2
Black with #ABA5F2
Text Example
Text Example
White with #ABA5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA5F2; }
p { color: rgb(171,165,242); }
H1.HeaderClassName
{
color: #ABA5F2;
}
.AnyTagClassName
{
color: #ABA5F2;
}
</style>
background-color css
<style>
a { background-color: #ABA5F2; }
a { background-color: rgb(171,165,242); }
div.DivClassName
{
background-color: #ABA5F2;
}
.BgClassName
{
background-color: #ABA5F2;
}
</style>
border-color css
<style>
span { border-color: #ABA5F2; }
span { border-color: rgb(171,165,242); }
td.TdClassName
{
border-color: #ABA5F2;
}
.TagClassName
{
border-color: #ABA5F2;
}
</style>