Shades of Perano #A8ADF6
Tints of Perano #A8ADF6
RGB
CMYK
RGB Variations
Color information
#A8ADF6 (or 0xA8ADF6) is known color: Perano. HEX triplet: A8, AD and F6. RGB value is (168,173,246). Sum of RGB (Red+Green+Blue) = 168+173+246=587 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.62% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 246 (96.48% from 255 or 41.91% from 587); Max value from RGB is 246 - color contains mainly: blue. Hex color #A8ADF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ADF6 is #575209. Grayscale: #B3B3B3. Windows color (decimal): -5722634 or 16166312. OLE color: 16166312.
HSL color Cylindrical-coordinate representation of color #A8ADF6: hue angle of 236.15º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8ADF6 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 173 | 246 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.04 |
| HSL | 236.15º | 0.81% | 0.81% | - |
| HSV(B) | 236.15º | 0.32% | 0.96% | - |
| XYZ | 47.73 | 44.87 | 93.33 | - |
| YUV | 179.83 | 165.34 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 246 | 0.32 | 0.30 | 0 | 0.04 | 236.15 | 0.81 | 0.81 |
| Hex | A8 | AD | F6 | 20 | 1E | 0 | 4 | EC | 51 | 51 |
| Octal | 250 | 255 | 366 | 40 | 36 | 0 | 4 | 354 | 121 | 121 |
| Binary | 10101000 | 10101101 | 11110110 | 100000 | 11110 | 0 | 100 | 11101100 | 1010001 | 1010001 |
Color Harmonies of #A8ADF6
Complementary color
Monochromatic Colors of #A8ADF6
Black with #A8ADF6
Text Example
Text Example
White with #A8ADF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ADF6; }
p { color: rgb(168,173,246); }
H1.HeaderClassName
{
color: #A8ADF6;
}
.AnyTagClassName
{
color: #A8ADF6;
}
</style>
background-color css
<style>
a { background-color: #A8ADF6; }
a { background-color: rgb(168,173,246); }
div.DivClassName
{
background-color: #A8ADF6;
}
.BgClassName
{
background-color: #A8ADF6;
}
</style>
border-color css
<style>
span { border-color: #A8ADF6; }
span { border-color: rgb(168,173,246); }
td.TdClassName
{
border-color: #A8ADF6;
}
.TagClassName
{
border-color: #A8ADF6;
}
</style>