Shades of Perano #A6A9FF
Tints of Perano #A6A9FF
RGB
CMYK
RGB Variations
Color information
#A6A9FF (or 0xA6A9FF) is known color: Perano. HEX triplet: A6, A9 and FF. RGB value is (166,169,255). Sum of RGB (Red+Green+Blue) = 166+169+255=590 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.14% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6A9FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A9FF is #595600. Grayscale: #B1B1B1. Windows color (decimal): -5854721 or 16755110. OLE color: 16755110.
HSL color Cylindrical-coordinate representation of color #A6A9FF: hue angle of 237.98º 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 #A6A9FF is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 169 | 255 | - |
| CMYK | 0.35 | 0.34 | 0 | 0 |
| HSL | 237.98º | 1% | 0.83% | - |
| HSV(B) | 237.98º | 0.35% | 1% | - |
| XYZ | 47.96 | 43.7 | 100.52 | - |
| YUV | 177.91 | 171.51 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 169 | 255 | 0.35 | 0.34 | 0 | 0 | 237.98 | 1 | 0.83 |
| Hex | A6 | A9 | FF | 23 | 22 | 0 | 0 | EE | 64 | 53 |
| Octal | 246 | 251 | 377 | 43 | 42 | 0 | 0 | 356 | 144 | 123 |
| Binary | 10100110 | 10101001 | 11111111 | 100011 | 100010 | 0 | 0 | 11101110 | 1100100 | 1010011 |
Color Harmonies of #A6A9FF
Complementary color
Monochromatic Colors of #A6A9FF
Black with #A6A9FF
Text Example
Text Example
White with #A6A9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A9FF; }
p { color: rgb(166,169,255); }
H1.HeaderClassName
{
color: #A6A9FF;
}
.AnyTagClassName
{
color: #A6A9FF;
}
</style>
background-color css
<style>
a { background-color: #A6A9FF; }
a { background-color: rgb(166,169,255); }
div.DivClassName
{
background-color: #A6A9FF;
}
.BgClassName
{
background-color: #A6A9FF;
}
</style>
border-color css
<style>
span { border-color: #A6A9FF; }
span { border-color: rgb(166,169,255); }
td.TdClassName
{
border-color: #A6A9FF;
}
.TagClassName
{
border-color: #A6A9FF;
}
</style>