Shades of Perano #A6A8FA
Tints of Perano #A6A8FA
RGB
CMYK
RGB Variations
Color information
#A6A8FA (or 0xA6A8FA) is known color: Perano. HEX triplet: A6, A8 and FA. RGB value is (166,168,250). Sum of RGB (Red+Green+Blue) = 166+168+250=584 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.42% from 584); Green value is 168 (66.02% from 255 or 28.77% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6A8FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A8FA is #595705. Grayscale: #B0B0B0. Windows color (decimal): -5854982 or 16427174. OLE color: 16427174.
HSL color Cylindrical-coordinate representation of color #A6A8FA: hue angle of 238.57º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6A8FA is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 168 | 250 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.02 |
| HSL | 238.57º | 0.89% | 0.82% | - |
| HSV(B) | 238.57º | 0.34% | 0.98% | - |
| XYZ | 46.98 | 43.01 | 96.27 | - |
| YUV | 176.75 | 169.34 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 168 | 250 | 0.34 | 0.33 | 0 | 0.02 | 238.57 | 0.89 | 0.82 |
| Hex | A6 | A8 | FA | 22 | 21 | 0 | 2 | EF | 59 | 52 |
| Octal | 246 | 250 | 372 | 42 | 41 | 0 | 2 | 357 | 131 | 122 |
| Binary | 10100110 | 10101000 | 11111010 | 100010 | 100001 | 0 | 10 | 11101111 | 1011001 | 1010010 |
Color Harmonies of #A6A8FA
Complementary color
Monochromatic Colors of #A6A8FA
Black with #A6A8FA
Text Example
Text Example
White with #A6A8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A8FA; }
p { color: rgb(166,168,250); }
H1.HeaderClassName
{
color: #A6A8FA;
}
.AnyTagClassName
{
color: #A6A8FA;
}
</style>
background-color css
<style>
a { background-color: #A6A8FA; }
a { background-color: rgb(166,168,250); }
div.DivClassName
{
background-color: #A6A8FA;
}
.BgClassName
{
background-color: #A6A8FA;
}
</style>
border-color css
<style>
span { border-color: #A6A8FA; }
span { border-color: rgb(166,168,250); }
td.TdClassName
{
border-color: #A6A8FA;
}
.TagClassName
{
border-color: #A6A8FA;
}
</style>