Shades of Perano #A9ACFB
Tints of Perano #A9ACFB
RGB
CMYK
RGB Variations
Color information
#A9ACFB (or 0xA9ACFB) is known color: Perano. HEX triplet: A9, AC and FB. RGB value is (169,172,251). Sum of RGB (Red+Green+Blue) = 169+172+251=592 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.55% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #A9ACFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9ACFB is #565304. Grayscale: #B3B3B3. Windows color (decimal): -5657349 or 16493737. OLE color: 16493737.
HSL color Cylindrical-coordinate representation of color #A9ACFB: hue angle of 237.8º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9ACFB is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 172 | 251 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.02 |
| HSL | 237.8º | 0.91% | 0.82% | - |
| HSV(B) | 237.8º | 0.33% | 0.98% | - |
| XYZ | 48.53 | 44.91 | 97.38 | - |
| YUV | 180.11 | 168.01 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 172 | 251 | 0.33 | 0.31 | 0 | 0.02 | 237.8 | 0.91 | 0.82 |
| Hex | A9 | AC | FB | 21 | 1F | 0 | 2 | EE | 5B | 52 |
| Octal | 251 | 254 | 373 | 41 | 37 | 0 | 2 | 356 | 133 | 122 |
| Binary | 10101001 | 10101100 | 11111011 | 100001 | 11111 | 0 | 10 | 11101110 | 1011011 | 1010010 |
Color Harmonies of #A9ACFB
Complementary color
Monochromatic Colors of #A9ACFB
Black with #A9ACFB
Text Example
Text Example
White with #A9ACFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ACFB; }
p { color: rgb(169,172,251); }
H1.HeaderClassName
{
color: #A9ACFB;
}
.AnyTagClassName
{
color: #A9ACFB;
}
</style>
background-color css
<style>
a { background-color: #A9ACFB; }
a { background-color: rgb(169,172,251); }
div.DivClassName
{
background-color: #A9ACFB;
}
.BgClassName
{
background-color: #A9ACFB;
}
</style>
border-color css
<style>
span { border-color: #A9ACFB; }
span { border-color: rgb(169,172,251); }
td.TdClassName
{
border-color: #A9ACFB;
}
.TagClassName
{
border-color: #A9ACFB;
}
</style>