Shades of Perano #A6ABFE
Tints of Perano #A6ABFE
RGB
CMYK
RGB Variations
Color information
#A6ABFE (or 0xA6ABFE) is known color: Perano. HEX triplet: A6, AB and FE. RGB value is (166,171,254). Sum of RGB (Red+Green+Blue) = 166+171+254=591 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.09% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6ABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ABFE is #595401. Grayscale: #B2B2B2. Windows color (decimal): -5854210 or 16690086. OLE color: 16690086.
HSL color Cylindrical-coordinate representation of color #A6ABFE: hue angle of 236.59º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6ABFE is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 171 | 254 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.00 |
| HSL | 236.59º | 0.98% | 0.82% | - |
| HSV(B) | 236.59º | 0.35% | 1% | - |
| XYZ | 48.18 | 44.39 | 99.79 | - |
| YUV | 178.97 | 170.34 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 171 | 254 | 0.35 | 0.33 | 0 | 0.00 | 236.59 | 0.98 | 0.82 |
| Hex | A6 | AB | FE | 23 | 21 | 0 | 0 | ED | 62 | 52 |
| Octal | 246 | 253 | 376 | 43 | 41 | 0 | 0 | 355 | 142 | 122 |
| Binary | 10100110 | 10101011 | 11111110 | 100011 | 100001 | 0 | 0 | 11101101 | 1100010 | 1010010 |
Color Harmonies of #A6ABFE
Complementary color
Monochromatic Colors of #A6ABFE
Black with #A6ABFE
Text Example
Text Example
White with #A6ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ABFE; }
p { color: rgb(166,171,254); }
H1.HeaderClassName
{
color: #A6ABFE;
}
.AnyTagClassName
{
color: #A6ABFE;
}
</style>
background-color css
<style>
a { background-color: #A6ABFE; }
a { background-color: rgb(166,171,254); }
div.DivClassName
{
background-color: #A6ABFE;
}
.BgClassName
{
background-color: #A6ABFE;
}
</style>
border-color css
<style>
span { border-color: #A6ABFE; }
span { border-color: rgb(166,171,254); }
td.TdClassName
{
border-color: #A6ABFE;
}
.TagClassName
{
border-color: #A6ABFE;
}
</style>