Shades of Perano #A6ABFC
Tints of Perano #A6ABFC
RGB
CMYK
RGB Variations
Color information
#A6ABFC (or 0xA6ABFC) is known color: Perano. HEX triplet: A6, AB and FC. RGB value is (166,171,252). Sum of RGB (Red+Green+Blue) = 166+171+252=589 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.18% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #A6ABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ABFC is #595403. Grayscale: #B2B2B2. Windows color (decimal): -5854212 or 16559014. OLE color: 16559014.
HSL color Cylindrical-coordinate representation of color #A6ABFC: hue angle of 236.51º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6ABFC is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 171 | 252 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.01 |
| HSL | 236.51º | 0.93% | 0.82% | - |
| HSV(B) | 236.51º | 0.34% | 0.99% | - |
| XYZ | 47.86 | 44.26 | 98.12 | - |
| YUV | 178.74 | 169.34 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 171 | 252 | 0.34 | 0.32 | 0 | 0.01 | 236.51 | 0.93 | 0.82 |
| Hex | A6 | AB | FC | 22 | 20 | 0 | 1 | ED | 5D | 52 |
| Octal | 246 | 253 | 374 | 42 | 40 | 0 | 1 | 355 | 135 | 122 |
| Binary | 10100110 | 10101011 | 11111100 | 100010 | 100000 | 0 | 1 | 11101101 | 1011101 | 1010010 |
Color Harmonies of #A6ABFC
Complementary color
Monochromatic Colors of #A6ABFC
Black with #A6ABFC
Text Example
Text Example
White with #A6ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ABFC; }
p { color: rgb(166,171,252); }
H1.HeaderClassName
{
color: #A6ABFC;
}
.AnyTagClassName
{
color: #A6ABFC;
}
</style>
background-color css
<style>
a { background-color: #A6ABFC; }
a { background-color: rgb(166,171,252); }
div.DivClassName
{
background-color: #A6ABFC;
}
.BgClassName
{
background-color: #A6ABFC;
}
</style>
border-color css
<style>
span { border-color: #A6ABFC; }
span { border-color: rgb(166,171,252); }
td.TdClassName
{
border-color: #A6ABFC;
}
.TagClassName
{
border-color: #A6ABFC;
}
</style>