Shades of Perano #A9ADF2
Tints of Perano #A9ADF2
RGB
CMYK
RGB Variations
Color information
#A9ADF2 (or 0xA9ADF2) is known color: Perano. HEX triplet: A9, AD and F2. RGB value is (169,173,242). Sum of RGB (Red+Green+Blue) = 169+173+242=584 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.94% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #A9ADF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9ADF2 is #56520D. Grayscale: #B3B3B3. Windows color (decimal): -5657102 or 15904169. OLE color: 15904169.
HSL color Cylindrical-coordinate representation of color #A9ADF2: hue angle of 236.71º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9ADF2 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 173 | 242 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.05 |
| HSL | 236.71º | 0.74% | 0.81% | - |
| HSV(B) | 236.71º | 0.3% | 0.95% | - |
| XYZ | 47.33 | 44.73 | 90.14 | - |
| YUV | 179.67 | 163.17 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 173 | 242 | 0.30 | 0.29 | 0 | 0.05 | 236.71 | 0.74 | 0.81 |
| Hex | A9 | AD | F2 | 1E | 1D | 0 | 5 | ED | 4A | 51 |
| Octal | 251 | 255 | 362 | 36 | 35 | 0 | 5 | 355 | 112 | 121 |
| Binary | 10101001 | 10101101 | 11110010 | 11110 | 11101 | 0 | 101 | 11101101 | 1001010 | 1010001 |
Color Harmonies of #A9ADF2
Complementary color
Monochromatic Colors of #A9ADF2
Black with #A9ADF2
Text Example
Text Example
White with #A9ADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ADF2; }
p { color: rgb(169,173,242); }
H1.HeaderClassName
{
color: #A9ADF2;
}
.AnyTagClassName
{
color: #A9ADF2;
}
</style>
background-color css
<style>
a { background-color: #A9ADF2; }
a { background-color: rgb(169,173,242); }
div.DivClassName
{
background-color: #A9ADF2;
}
.BgClassName
{
background-color: #A9ADF2;
}
</style>
border-color css
<style>
span { border-color: #A9ADF2; }
span { border-color: rgb(169,173,242); }
td.TdClassName
{
border-color: #A9ADF2;
}
.TagClassName
{
border-color: #A9ADF2;
}
</style>