Shades of Perano #A6B0FF
Tints of Perano #A6B0FF
RGB
CMYK
RGB Variations
Color information
#A6B0FF (or 0xA6B0FF) is known color: Perano. HEX triplet: A6, B0 and FF. RGB value is (166,176,255). Sum of RGB (Red+Green+Blue) = 166+176+255=597 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.81% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6B0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6B0FF is #594F00. Grayscale: #B5B5B5. Windows color (decimal): -5852929 or 16756902. OLE color: 16756902.
HSL color Cylindrical-coordinate representation of color #A6B0FF: hue angle of 233.26º 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 #A6B0FF is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 166 | 176 | 255 | - |
CMYK | 0.35 | 0.31 | 0 | 0 |
HSL | 233.26º | 1% | 0.83% | - |
HSV(B) | 233.26º | 0.35% | 1% | - |
XYZ | 49.3 | 46.38 | 100.96 | - |
YUV | 182.02 | 169.19 | 116.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 176 | 255 | 0.35 | 0.31 | 0 | 0 | 233.26 | 1 | 0.83 |
Hex | A6 | B0 | FF | 23 | 1F | 0 | 0 | E9 | 64 | 53 |
Octal | 246 | 260 | 377 | 43 | 37 | 0 | 0 | 351 | 144 | 123 |
Binary | 10100110 | 10110000 | 11111111 | 100011 | 11111 | 0 | 0 | 11101001 | 1100100 | 1010011 |
Color Harmonies of #A6B0FF
Complementary color
Monochromatic Colors of #A6B0FF
Black with #A6B0FF
Text Example
Text Example
White with #A6B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B0FF; }
p { color: rgb(166,176,255); }
H1.HeaderClassName
{
color: #A6B0FF;
}
.AnyTagClassName
{
color: #A6B0FF;
}
</style>
background-color css
<style>
a { background-color: #A6B0FF; }
a { background-color: rgb(166,176,255); }
div.DivClassName
{
background-color: #A6B0FF;
}
.BgClassName
{
background-color: #A6B0FF;
}
</style>
border-color css
<style>
span { border-color: #A6B0FF; }
span { border-color: rgb(166,176,255); }
td.TdClassName
{
border-color: #A6B0FF;
}
.TagClassName
{
border-color: #A6B0FF;
}
</style>