Shades of Perano #A6ADE5
Tints of Perano #A6ADE5
RGB
CMYK
RGB Variations
Color information
#A6ADE5 (or 0xA6ADE5) is known color: Perano. HEX triplet: A6, AD and E5. RGB value is (166,173,229). Sum of RGB (Red+Green+Blue) = 166+173+229=568 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.23% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 229 - color contains mainly: blue. Hex color #A6ADE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ADE5 is #59521A. Grayscale: #B1B1B1. Windows color (decimal): -5853723 or 15052198. OLE color: 15052198.
HSL color Cylindrical-coordinate representation of color #A6ADE5: hue angle of 233.33º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6ADE5 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 173 | 229 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.10 |
| HSL | 233.33º | 0.55% | 0.77% | - |
| HSV(B) | 233.33º | 0.28% | 0.9% | - |
| XYZ | 44.81 | 43.65 | 80.19 | - |
| YUV | 177.29 | 157.18 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 229 | 0.28 | 0.24 | 0 | 0.10 | 233.33 | 0.55 | 0.77 |
| Hex | A6 | AD | E5 | 1C | 18 | 0 | A | E9 | 37 | 4D |
| Octal | 246 | 255 | 345 | 34 | 30 | 0 | 12 | 351 | 67 | 115 |
| Binary | 10100110 | 10101101 | 11100101 | 11100 | 11000 | 0 | 1010 | 11101001 | 110111 | 1001101 |
Color Harmonies of #A6ADE5
Complementary color
Monochromatic Colors of #A6ADE5
Black with #A6ADE5
Text Example
Text Example
White with #A6ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ADE5; }
p { color: rgb(166,173,229); }
H1.HeaderClassName
{
color: #A6ADE5;
}
.AnyTagClassName
{
color: #A6ADE5;
}
</style>
background-color css
<style>
a { background-color: #A6ADE5; }
a { background-color: rgb(166,173,229); }
div.DivClassName
{
background-color: #A6ADE5;
}
.BgClassName
{
background-color: #A6ADE5;
}
</style>
border-color css
<style>
span { border-color: #A6ADE5; }
span { border-color: rgb(166,173,229); }
td.TdClassName
{
border-color: #A6ADE5;
}
.TagClassName
{
border-color: #A6ADE5;
}
</style>