Shades of Perano #ABA4F2
Tints of Perano #ABA4F2
RGB
CMYK
RGB Variations
Color information
#ABA4F2 (or 0xABA4F2) is known color: Perano. HEX triplet: AB, A4 and F2. RGB value is (171,164,242). Sum of RGB (Red+Green+Blue) = 171+164+242=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 164 (64.45% from 255 or 28.42% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABA4F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA4F2 is #545B0D. Grayscale: #AEAEAE. Windows color (decimal): -5528334 or 15901867. OLE color: 15901867.
HSL color Cylindrical-coordinate representation of color #ABA4F2: hue angle of 245.38º 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 #ABA4F2 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 164 | 242 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.05 |
| HSL | 245.38º | 0.75% | 0.8% | - |
| HSV(B) | 245.38º | 0.32% | 0.95% | - |
| XYZ | 46.1 | 41.62 | 89.61 | - |
| YUV | 174.99 | 165.82 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 242 | 0.29 | 0.32 | 0 | 0.05 | 245.38 | 0.75 | 0.8 |
| Hex | AB | A4 | F2 | 1D | 20 | 0 | 5 | F5 | 4B | 50 |
| Octal | 253 | 244 | 362 | 35 | 40 | 0 | 5 | 365 | 113 | 120 |
| Binary | 10101011 | 10100100 | 11110010 | 11101 | 100000 | 0 | 101 | 11110101 | 1001011 | 1010000 |
Color Harmonies of #ABA4F2
Complementary color
Monochromatic Colors of #ABA4F2
Black with #ABA4F2
Text Example
Text Example
White with #ABA4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA4F2; }
p { color: rgb(171,164,242); }
H1.HeaderClassName
{
color: #ABA4F2;
}
.AnyTagClassName
{
color: #ABA4F2;
}
</style>
background-color css
<style>
a { background-color: #ABA4F2; }
a { background-color: rgb(171,164,242); }
div.DivClassName
{
background-color: #ABA4F2;
}
.BgClassName
{
background-color: #ABA4F2;
}
</style>
border-color css
<style>
span { border-color: #ABA4F2; }
span { border-color: rgb(171,164,242); }
td.TdClassName
{
border-color: #ABA4F2;
}
.TagClassName
{
border-color: #ABA4F2;
}
</style>