Shades of Perano #AAACF3
Tints of Perano #AAACF3
RGB
CMYK
RGB Variations
Color information
#AAACF3 (or 0xAAACF3) is known color: Perano. HEX triplet: AA, AC and F3. RGB value is (170,172,243). Sum of RGB (Red+Green+Blue) = 170+172+243=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 243 (95.31% from 255 or 41.54% from 585); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAACF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAACF3 is #55530C. Grayscale: #B3B3B3. Windows color (decimal): -5591821 or 15969450. OLE color: 15969450.
HSL color Cylindrical-coordinate representation of color #AAACF3: hue angle of 238.36º degrees, saturation: 0.75, 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 #AAACF3 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 172 | 243 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.05 |
| HSL | 238.36º | 0.75% | 0.81% | - |
| HSV(B) | 238.36º | 0.3% | 0.95% | - |
| XYZ | 47.51 | 44.52 | 90.88 | - |
| YUV | 179.5 | 163.84 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 243 | 0.30 | 0.29 | 0 | 0.05 | 238.36 | 0.75 | 0.81 |
| Hex | AA | AC | F3 | 1E | 1D | 0 | 5 | EE | 4B | 51 |
| Octal | 252 | 254 | 363 | 36 | 35 | 0 | 5 | 356 | 113 | 121 |
| Binary | 10101010 | 10101100 | 11110011 | 11110 | 11101 | 0 | 101 | 11101110 | 1001011 | 1010001 |
Color Harmonies of #AAACF3
Complementary color
Monochromatic Colors of #AAACF3
Black with #AAACF3
Text Example
Text Example
White with #AAACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAACF3; }
p { color: rgb(170,172,243); }
H1.HeaderClassName
{
color: #AAACF3;
}
.AnyTagClassName
{
color: #AAACF3;
}
</style>
background-color css
<style>
a { background-color: #AAACF3; }
a { background-color: rgb(170,172,243); }
div.DivClassName
{
background-color: #AAACF3;
}
.BgClassName
{
background-color: #AAACF3;
}
</style>
border-color css
<style>
span { border-color: #AAACF3; }
span { border-color: rgb(170,172,243); }
td.TdClassName
{
border-color: #AAACF3;
}
.TagClassName
{
border-color: #AAACF3;
}
</style>