Shades of Perano #A6AFFC
Tints of Perano #A6AFFC
RGB
CMYK
RGB Variations
Color information
#A6AFFC (or 0xA6AFFC) is known color: Perano. HEX triplet: A6, AF and FC. RGB value is (166,175,252). Sum of RGB (Red+Green+Blue) = 166+175+252=593 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.99% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #A6AFFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AFFC is #595003. Grayscale: #B4B4B4. Windows color (decimal): -5853188 or 16560038. OLE color: 16560038.
HSL color Cylindrical-coordinate representation of color #A6AFFC: hue angle of 233.72º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6AFFC is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 175 | 252 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.01 |
| HSL | 233.72º | 0.93% | 0.82% | - |
| HSV(B) | 233.72º | 0.34% | 0.99% | - |
| XYZ | 48.63 | 45.8 | 98.37 | - |
| YUV | 181.09 | 168.02 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 175 | 252 | 0.34 | 0.31 | 0 | 0.01 | 233.72 | 0.93 | 0.82 |
| Hex | A6 | AF | FC | 22 | 1F | 0 | 1 | EA | 5D | 52 |
| Octal | 246 | 257 | 374 | 42 | 37 | 0 | 1 | 352 | 135 | 122 |
| Binary | 10100110 | 10101111 | 11111100 | 100010 | 11111 | 0 | 1 | 11101010 | 1011101 | 1010010 |
Color Harmonies of #A6AFFC
Complementary color
Monochromatic Colors of #A6AFFC
Black with #A6AFFC
Text Example
Text Example
White with #A6AFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AFFC; }
p { color: rgb(166,175,252); }
H1.HeaderClassName
{
color: #A6AFFC;
}
.AnyTagClassName
{
color: #A6AFFC;
}
</style>
background-color css
<style>
a { background-color: #A6AFFC; }
a { background-color: rgb(166,175,252); }
div.DivClassName
{
background-color: #A6AFFC;
}
.BgClassName
{
background-color: #A6AFFC;
}
</style>
border-color css
<style>
span { border-color: #A6AFFC; }
span { border-color: rgb(166,175,252); }
td.TdClassName
{
border-color: #A6AFFC;
}
.TagClassName
{
border-color: #A6AFFC;
}
</style>