Shades of Perano #A8ADF7
Tints of Perano #A8ADF7
RGB
CMYK
RGB Variations
Color information
#A8ADF7 (or 0xA8ADF7) is known color: Perano. HEX triplet: A8, AD and F7. RGB value is (168,173,247). Sum of RGB (Red+Green+Blue) = 168+173+247=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 247 (96.88% from 255 or 42.01% from 588); Max value from RGB is 247 - color contains mainly: blue. Hex color #A8ADF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ADF7 is #575208. Grayscale: #B3B3B3. Windows color (decimal): -5722633 or 16231848. OLE color: 16231848.
HSL color Cylindrical-coordinate representation of color #A8ADF7: hue angle of 236.2º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8ADF7 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 173 | 247 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.03 |
| HSL | 236.2º | 0.83% | 0.81% | - |
| HSV(B) | 236.2º | 0.32% | 0.97% | - |
| XYZ | 47.88 | 44.93 | 94.14 | - |
| YUV | 179.94 | 165.84 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 247 | 0.32 | 0.30 | 0 | 0.03 | 236.2 | 0.83 | 0.81 |
| Hex | A8 | AD | F7 | 20 | 1E | 0 | 3 | EC | 53 | 51 |
| Octal | 250 | 255 | 367 | 40 | 36 | 0 | 3 | 354 | 123 | 121 |
| Binary | 10101000 | 10101101 | 11110111 | 100000 | 11110 | 0 | 11 | 11101100 | 1010011 | 1010001 |
Color Harmonies of #A8ADF7
Complementary color
Monochromatic Colors of #A8ADF7
Black with #A8ADF7
Text Example
Text Example
White with #A8ADF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ADF7; }
p { color: rgb(168,173,247); }
H1.HeaderClassName
{
color: #A8ADF7;
}
.AnyTagClassName
{
color: #A8ADF7;
}
</style>
background-color css
<style>
a { background-color: #A8ADF7; }
a { background-color: rgb(168,173,247); }
div.DivClassName
{
background-color: #A8ADF7;
}
.BgClassName
{
background-color: #A8ADF7;
}
</style>
border-color css
<style>
span { border-color: #A8ADF7; }
span { border-color: rgb(168,173,247); }
td.TdClassName
{
border-color: #A8ADF7;
}
.TagClassName
{
border-color: #A8ADF7;
}
</style>