Shades of Perano #ADAAF2
Tints of Perano #ADAAF2
RGB
CMYK
RGB Variations
Color information
#ADAAF2 (or 0xADAAF2) is known color: Perano. HEX triplet: AD, AA and F2. RGB value is (173,170,242). Sum of RGB (Red+Green+Blue) = 173+170+242=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADAAF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAAF2 is #52550D. Grayscale: #B2B2B2. Windows color (decimal): -5395726 or 15903405. OLE color: 15903405.
HSL color Cylindrical-coordinate representation of color #ADAAF2: hue angle of 242.5º degrees, saturation: 0.73, 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 #ADAAF2 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 170 | 242 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.05 |
| HSL | 242.5º | 0.73% | 0.81% | - |
| HSV(B) | 242.5º | 0.3% | 0.95% | - |
| XYZ | 47.64 | 44.04 | 90 | - |
| YUV | 179.11 | 163.49 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 242 | 0.29 | 0.30 | 0 | 0.05 | 242.5 | 0.73 | 0.81 |
| Hex | AD | AA | F2 | 1D | 1E | 0 | 5 | F2 | 49 | 51 |
| Octal | 255 | 252 | 362 | 35 | 36 | 0 | 5 | 362 | 111 | 121 |
| Binary | 10101101 | 10101010 | 11110010 | 11101 | 11110 | 0 | 101 | 11110010 | 1001001 | 1010001 |
Color Harmonies of #ADAAF2
Complementary color
Monochromatic Colors of #ADAAF2
Black with #ADAAF2
Text Example
Text Example
White with #ADAAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAAF2; }
p { color: rgb(173,170,242); }
H1.HeaderClassName
{
color: #ADAAF2;
}
.AnyTagClassName
{
color: #ADAAF2;
}
</style>
background-color css
<style>
a { background-color: #ADAAF2; }
a { background-color: rgb(173,170,242); }
div.DivClassName
{
background-color: #ADAAF2;
}
.BgClassName
{
background-color: #ADAAF2;
}
</style>
border-color css
<style>
span { border-color: #ADAAF2; }
span { border-color: rgb(173,170,242); }
td.TdClassName
{
border-color: #ADAAF2;
}
.TagClassName
{
border-color: #ADAAF2;
}
</style>