Shades of Perano #AAACF2
Tints of Perano #AAACF2
RGB
CMYK
RGB Variations
Color information
#AAACF2 (or 0xAAACF2) is known color: Perano. HEX triplet: AA, AC and F2. RGB value is (170,172,242). Sum of RGB (Red+Green+Blue) = 170+172+242=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 172 (67.58% from 255 or 29.45% 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 #AAACF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAACF2 is #55530D. Grayscale: #B3B3B3. Windows color (decimal): -5591822 or 15903914. OLE color: 15903914.
HSL color Cylindrical-coordinate representation of color #AAACF2: hue angle of 238.33º 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 #AAACF2 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 172 | 242 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.05 |
| HSL | 238.33º | 0.73% | 0.81% | - |
| HSV(B) | 238.33º | 0.3% | 0.95% | - |
| XYZ | 47.36 | 44.46 | 90.09 | - |
| YUV | 179.38 | 163.34 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 242 | 0.30 | 0.29 | 0 | 0.05 | 238.33 | 0.73 | 0.81 |
| Hex | AA | AC | F2 | 1E | 1D | 0 | 5 | EE | 49 | 51 |
| Octal | 252 | 254 | 362 | 36 | 35 | 0 | 5 | 356 | 111 | 121 |
| Binary | 10101010 | 10101100 | 11110010 | 11110 | 11101 | 0 | 101 | 11101110 | 1001001 | 1010001 |
Color Harmonies of #AAACF2
Complementary color
Monochromatic Colors of #AAACF2
Black with #AAACF2
Text Example
Text Example
White with #AAACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAACF2; }
p { color: rgb(170,172,242); }
H1.HeaderClassName
{
color: #AAACF2;
}
.AnyTagClassName
{
color: #AAACF2;
}
</style>
background-color css
<style>
a { background-color: #AAACF2; }
a { background-color: rgb(170,172,242); }
div.DivClassName
{
background-color: #AAACF2;
}
.BgClassName
{
background-color: #AAACF2;
}
</style>
border-color css
<style>
span { border-color: #AAACF2; }
span { border-color: rgb(170,172,242); }
td.TdClassName
{
border-color: #AAACF2;
}
.TagClassName
{
border-color: #AAACF2;
}
</style>