Shades of Perano #A6B3FE
Tints of Perano #A6B3FE
RGB
CMYK
RGB Variations
Color information
#A6B3FE (or 0xA6B3FE) is known color: Perano. HEX triplet: A6, B3 and FE. RGB value is (166,179,254). Sum of RGB (Red+Green+Blue) = 166+179+254=599 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.71% from 599); Green value is 179 (70.31% from 255 or 29.88% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6B3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6B3FE is #594C01. Grayscale: #B7B7B7. Windows color (decimal): -5852162 or 16692134. OLE color: 16692134.
HSL color Cylindrical-coordinate representation of color #A6B3FE: hue angle of 231.14º 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 #A6B3FE is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 179 | 254 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.00 |
| HSL | 231.14º | 0.98% | 0.82% | - |
| HSV(B) | 231.14º | 0.35% | 1% | - |
| XYZ | 49.74 | 47.5 | 100.31 | - |
| YUV | 183.66 | 167.69 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 179 | 254 | 0.35 | 0.30 | 0 | 0.00 | 231.14 | 0.98 | 0.82 |
| Hex | A6 | B3 | FE | 23 | 1E | 0 | 0 | E7 | 62 | 52 |
| Octal | 246 | 263 | 376 | 43 | 36 | 0 | 0 | 347 | 142 | 122 |
| Binary | 10100110 | 10110011 | 11111110 | 100011 | 11110 | 0 | 0 | 11100111 | 1100010 | 1010010 |
Color Harmonies of #A6B3FE
Complementary color
Monochromatic Colors of #A6B3FE
Black with #A6B3FE
Text Example
Text Example
White with #A6B3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B3FE; }
p { color: rgb(166,179,254); }
H1.HeaderClassName
{
color: #A6B3FE;
}
.AnyTagClassName
{
color: #A6B3FE;
}
</style>
background-color css
<style>
a { background-color: #A6B3FE; }
a { background-color: rgb(166,179,254); }
div.DivClassName
{
background-color: #A6B3FE;
}
.BgClassName
{
background-color: #A6B3FE;
}
</style>
border-color css
<style>
span { border-color: #A6B3FE; }
span { border-color: rgb(166,179,254); }
td.TdClassName
{
border-color: #A6B3FE;
}
.TagClassName
{
border-color: #A6B3FE;
}
</style>