Shades of Perano #A6B2FF
Tints of Perano #A6B2FF
RGB
CMYK
RGB Variations
Color information
#A6B2FF (or 0xA6B2FF) is known color: Perano. HEX triplet: A6, B2 and FF. RGB value is (166,178,255). Sum of RGB (Red+Green+Blue) = 166+178+255=599 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.71% from 599); Green value is 178 (69.92% from 255 or 29.72% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6B2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6B2FF is #594D00. Grayscale: #B6B6B6. Windows color (decimal): -5852417 or 16757414. OLE color: 16757414.
HSL color Cylindrical-coordinate representation of color #A6B2FF: hue angle of 231.91º 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 #A6B2FF is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 178 | 255 | - |
| CMYK | 0.35 | 0.30 | 0 | 0 |
| HSL | 231.91º | 1% | 0.83% | - |
| HSV(B) | 231.91º | 0.35% | 1% | - |
| XYZ | 49.7 | 47.17 | 101.09 | - |
| YUV | 183.19 | 168.52 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 255 | 0.35 | 0.30 | 0 | 0 | 231.91 | 1 | 0.83 |
| Hex | A6 | B2 | FF | 23 | 1E | 0 | 0 | E8 | 64 | 53 |
| Octal | 246 | 262 | 377 | 43 | 36 | 0 | 0 | 350 | 144 | 123 |
| Binary | 10100110 | 10110010 | 11111111 | 100011 | 11110 | 0 | 0 | 11101000 | 1100100 | 1010011 |
Color Harmonies of #A6B2FF
Complementary color
Monochromatic Colors of #A6B2FF
Black with #A6B2FF
Text Example
Text Example
White with #A6B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B2FF; }
p { color: rgb(166,178,255); }
H1.HeaderClassName
{
color: #A6B2FF;
}
.AnyTagClassName
{
color: #A6B2FF;
}
</style>
background-color css
<style>
a { background-color: #A6B2FF; }
a { background-color: rgb(166,178,255); }
div.DivClassName
{
background-color: #A6B2FF;
}
.BgClassName
{
background-color: #A6B2FF;
}
</style>
border-color css
<style>
span { border-color: #A6B2FF; }
span { border-color: rgb(166,178,255); }
td.TdClassName
{
border-color: #A6B2FF;
}
.TagClassName
{
border-color: #A6B2FF;
}
</style>