Shades of Perano #A6A8FF
Tints of Perano #A6A8FF
RGB
CMYK
RGB Variations
Color information
#A6A8FF (or 0xA6A8FF) is known color: Perano. HEX triplet: A6, A8 and FF. RGB value is (166,168,255). Sum of RGB (Red+Green+Blue) = 166+168+255=589 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.18% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6A8FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A8FF is #595700. Grayscale: #B0B0B0. Windows color (decimal): -5854977 or 16754854. OLE color: 16754854.
HSL color Cylindrical-coordinate representation of color #A6A8FF: hue angle of 238.65º 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 #A6A8FF is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 168 | 255 | - |
| CMYK | 0.35 | 0.34 | 0 | 0 |
| HSL | 238.65º | 1% | 0.83% | - |
| HSV(B) | 238.65º | 0.35% | 1% | - |
| XYZ | 47.78 | 43.33 | 100.45 | - |
| YUV | 177.32 | 171.84 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 168 | 255 | 0.35 | 0.34 | 0 | 0 | 238.65 | 1 | 0.83 |
| Hex | A6 | A8 | FF | 23 | 22 | 0 | 0 | EF | 64 | 53 |
| Octal | 246 | 250 | 377 | 43 | 42 | 0 | 0 | 357 | 144 | 123 |
| Binary | 10100110 | 10101000 | 11111111 | 100011 | 100010 | 0 | 0 | 11101111 | 1100100 | 1010011 |
Color Harmonies of #A6A8FF
Complementary color
Monochromatic Colors of #A6A8FF
Black with #A6A8FF
Text Example
Text Example
White with #A6A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A8FF; }
p { color: rgb(166,168,255); }
H1.HeaderClassName
{
color: #A6A8FF;
}
.AnyTagClassName
{
color: #A6A8FF;
}
</style>
background-color css
<style>
a { background-color: #A6A8FF; }
a { background-color: rgb(166,168,255); }
div.DivClassName
{
background-color: #A6A8FF;
}
.BgClassName
{
background-color: #A6A8FF;
}
</style>
border-color css
<style>
span { border-color: #A6A8FF; }
span { border-color: rgb(166,168,255); }
td.TdClassName
{
border-color: #A6A8FF;
}
.TagClassName
{
border-color: #A6A8FF;
}
</style>