Shades of Perano #A6B9FF
Tints of Perano #A6B9FF
RGB
CMYK
RGB Variations
Color information
#A6B9FF (or 0xA6B9FF) is known color: Perano. HEX triplet: A6, B9 and FF. RGB value is (166,185,255). Sum of RGB (Red+Green+Blue) = 166+185+255=606 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.39% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6B9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6B9FF is #594600. Grayscale: #BBBBBB. Windows color (decimal): -5850625 or 16759206. OLE color: 16759206.
HSL color Cylindrical-coordinate representation of color #A6B9FF: hue angle of 227.19º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6B9FF is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 185 | 255 | - |
| CMYK | 0.35 | 0.27 | 0 | 0 |
| HSL | 227.19º | 1% | 0.83% | - |
| HSV(B) | 227.19º | 0.35% | 1% | - |
| XYZ | 51.12 | 50.02 | 101.57 | - |
| YUV | 187.3 | 166.21 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 255 | 0.35 | 0.27 | 0 | 0 | 227.19 | 1 | 0.83 |
| Hex | A6 | B9 | FF | 23 | 1B | 0 | 0 | E3 | 64 | 53 |
| Octal | 246 | 271 | 377 | 43 | 33 | 0 | 0 | 343 | 144 | 123 |
| Binary | 10100110 | 10111001 | 11111111 | 100011 | 11011 | 0 | 0 | 11100011 | 1100100 | 1010011 |
Color Harmonies of #A6B9FF
Complementary color
Monochromatic Colors of #A6B9FF
Black with #A6B9FF
Text Example
Text Example
White with #A6B9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B9FF; }
p { color: rgb(166,185,255); }
H1.HeaderClassName
{
color: #A6B9FF;
}
.AnyTagClassName
{
color: #A6B9FF;
}
</style>
background-color css
<style>
a { background-color: #A6B9FF; }
a { background-color: rgb(166,185,255); }
div.DivClassName
{
background-color: #A6B9FF;
}
.BgClassName
{
background-color: #A6B9FF;
}
</style>
border-color css
<style>
span { border-color: #A6B9FF; }
span { border-color: rgb(166,185,255); }
td.TdClassName
{
border-color: #A6B9FF;
}
.TagClassName
{
border-color: #A6B9FF;
}
</style>