Shades of Perano #A9ACF4
Tints of Perano #A9ACF4
RGB
CMYK
RGB Variations
Color information
#A9ACF4 (or 0xA9ACF4) is known color: Perano. HEX triplet: A9, AC and F4. RGB value is (169,172,244). Sum of RGB (Red+Green+Blue) = 169+172+244=585 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.89% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 244 (95.70% from 255 or 41.71% from 585); Max value from RGB is 244 - color contains mainly: blue. Hex color #A9ACF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9ACF4 is #56530B. Grayscale: #B3B3B3. Windows color (decimal): -5657356 or 16034985. OLE color: 16034985.
HSL color Cylindrical-coordinate representation of color #A9ACF4: hue angle of 237.6º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9ACF4 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 172 | 244 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.04 |
| HSL | 237.6º | 0.77% | 0.81% | - |
| HSV(B) | 237.6º | 0.31% | 0.96% | - |
| XYZ | 47.44 | 44.47 | 91.67 | - |
| YUV | 179.31 | 164.51 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 172 | 244 | 0.31 | 0.30 | 0 | 0.04 | 237.6 | 0.77 | 0.81 |
| Hex | A9 | AC | F4 | 1F | 1E | 0 | 4 | EE | 4D | 51 |
| Octal | 251 | 254 | 364 | 37 | 36 | 0 | 4 | 356 | 115 | 121 |
| Binary | 10101001 | 10101100 | 11110100 | 11111 | 11110 | 0 | 100 | 11101110 | 1001101 | 1010001 |
Color Harmonies of #A9ACF4
Complementary color
Monochromatic Colors of #A9ACF4
Black with #A9ACF4
Text Example
Text Example
White with #A9ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ACF4; }
p { color: rgb(169,172,244); }
H1.HeaderClassName
{
color: #A9ACF4;
}
.AnyTagClassName
{
color: #A9ACF4;
}
</style>
background-color css
<style>
a { background-color: #A9ACF4; }
a { background-color: rgb(169,172,244); }
div.DivClassName
{
background-color: #A9ACF4;
}
.BgClassName
{
background-color: #A9ACF4;
}
</style>
border-color css
<style>
span { border-color: #A9ACF4; }
span { border-color: rgb(169,172,244); }
td.TdClassName
{
border-color: #A9ACF4;
}
.TagClassName
{
border-color: #A9ACF4;
}
</style>