Shades of Perano #A6AFFE
Tints of Perano #A6AFFE
RGB
CMYK
RGB Variations
Color information
#A6AFFE (or 0xA6AFFE) is known color: Perano. HEX triplet: A6, AF and FE. RGB value is (166,175,254). Sum of RGB (Red+Green+Blue) = 166+175+254=595 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.90% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6AFFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AFFE is #595001. Grayscale: #B4B4B4. Windows color (decimal): -5853186 or 16691110. OLE color: 16691110.
HSL color Cylindrical-coordinate representation of color #A6AFFE: hue angle of 233.86º 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 #A6AFFE is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 175 | 254 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.00 |
| HSL | 233.86º | 0.98% | 0.82% | - |
| HSV(B) | 233.86º | 0.35% | 1% | - |
| XYZ | 48.95 | 45.92 | 100.05 | - |
| YUV | 181.32 | 169.02 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 175 | 254 | 0.35 | 0.31 | 0 | 0.00 | 233.86 | 0.98 | 0.82 |
| Hex | A6 | AF | FE | 23 | 1F | 0 | 0 | EA | 62 | 52 |
| Octal | 246 | 257 | 376 | 43 | 37 | 0 | 0 | 352 | 142 | 122 |
| Binary | 10100110 | 10101111 | 11111110 | 100011 | 11111 | 0 | 0 | 11101010 | 1100010 | 1010010 |
Color Harmonies of #A6AFFE
Complementary color
Monochromatic Colors of #A6AFFE
Black with #A6AFFE
Text Example
Text Example
White with #A6AFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AFFE; }
p { color: rgb(166,175,254); }
H1.HeaderClassName
{
color: #A6AFFE;
}
.AnyTagClassName
{
color: #A6AFFE;
}
</style>
background-color css
<style>
a { background-color: #A6AFFE; }
a { background-color: rgb(166,175,254); }
div.DivClassName
{
background-color: #A6AFFE;
}
.BgClassName
{
background-color: #A6AFFE;
}
</style>
border-color css
<style>
span { border-color: #A6AFFE; }
span { border-color: rgb(166,175,254); }
td.TdClassName
{
border-color: #A6AFFE;
}
.TagClassName
{
border-color: #A6AFFE;
}
</style>