Shades of Perano #ABA6F3
Tints of Perano #ABA6F3
RGB
CMYK
RGB Variations
Color information
#ABA6F3 (or 0xABA6F3) is known color: Perano. HEX triplet: AB, A6 and F3. RGB value is (171,166,243). Sum of RGB (Red+Green+Blue) = 171+166+243=580 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.48% from 580); Green value is 166 (65.23% from 255 or 28.62% from 580); Blue value is 243 (95.31% from 255 or 41.90% from 580); Max value from RGB is 243 - color contains mainly: blue. Hex color #ABA6F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA6F3 is #54590C. Grayscale: #AFAFAF. Windows color (decimal): -5527821 or 15967915. OLE color: 15967915.
HSL color Cylindrical-coordinate representation of color #ABA6F3: hue angle of 243.9º degrees, saturation: 0.76, 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 #ABA6F3 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 166 | 243 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.05 |
| HSL | 243.9º | 0.76% | 0.8% | - |
| HSV(B) | 243.9º | 0.32% | 0.95% | - |
| XYZ | 46.61 | 42.4 | 90.52 | - |
| YUV | 176.27 | 165.66 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 243 | 0.30 | 0.32 | 0 | 0.05 | 243.9 | 0.76 | 0.8 |
| Hex | AB | A6 | F3 | 1E | 20 | 0 | 5 | F4 | 4C | 50 |
| Octal | 253 | 246 | 363 | 36 | 40 | 0 | 5 | 364 | 114 | 120 |
| Binary | 10101011 | 10100110 | 11110011 | 11110 | 100000 | 0 | 101 | 11110100 | 1001100 | 1010000 |
Color Harmonies of #ABA6F3
Complementary color
Monochromatic Colors of #ABA6F3
Black with #ABA6F3
Text Example
Text Example
White with #ABA6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA6F3; }
p { color: rgb(171,166,243); }
H1.HeaderClassName
{
color: #ABA6F3;
}
.AnyTagClassName
{
color: #ABA6F3;
}
</style>
background-color css
<style>
a { background-color: #ABA6F3; }
a { background-color: rgb(171,166,243); }
div.DivClassName
{
background-color: #ABA6F3;
}
.BgClassName
{
background-color: #ABA6F3;
}
</style>
border-color css
<style>
span { border-color: #ABA6F3; }
span { border-color: rgb(171,166,243); }
td.TdClassName
{
border-color: #ABA6F3;
}
.TagClassName
{
border-color: #ABA6F3;
}
</style>