Shades of Perano #A9ACF2
Tints of Perano #A9ACF2
RGB
CMYK
RGB Variations
Color information
#A9ACF2 (or 0xA9ACF2) is known color: Perano. HEX triplet: A9, AC and F2. RGB value is (169,172,242). Sum of RGB (Red+Green+Blue) = 169+172+242=583 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.99% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 242 - color contains mainly: blue. Hex color #A9ACF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9ACF2 is #56530D. Grayscale: #B2B2B2. Windows color (decimal): -5657358 or 15903913. OLE color: 15903913.
HSL color Cylindrical-coordinate representation of color #A9ACF2: hue angle of 237.53º degrees, saturation: 0.74, 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 #A9ACF2 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 172 | 242 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.05 |
| HSL | 237.53º | 0.74% | 0.81% | - |
| HSV(B) | 237.53º | 0.3% | 0.95% | - |
| XYZ | 47.14 | 44.35 | 90.08 | - |
| YUV | 179.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 172 | 242 | 0.30 | 0.29 | 0 | 0.05 | 237.53 | 0.74 | 0.81 |
| Hex | A9 | AC | F2 | 1E | 1D | 0 | 5 | EE | 4A | 51 |
| Octal | 251 | 254 | 362 | 36 | 35 | 0 | 5 | 356 | 112 | 121 |
| Binary | 10101001 | 10101100 | 11110010 | 11110 | 11101 | 0 | 101 | 11101110 | 1001010 | 1010001 |
Color Harmonies of #A9ACF2
Complementary color
Monochromatic Colors of #A9ACF2
Black with #A9ACF2
Text Example
Text Example
White with #A9ACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ACF2; }
p { color: rgb(169,172,242); }
H1.HeaderClassName
{
color: #A9ACF2;
}
.AnyTagClassName
{
color: #A9ACF2;
}
</style>
background-color css
<style>
a { background-color: #A9ACF2; }
a { background-color: rgb(169,172,242); }
div.DivClassName
{
background-color: #A9ACF2;
}
.BgClassName
{
background-color: #A9ACF2;
}
</style>
border-color css
<style>
span { border-color: #A9ACF2; }
span { border-color: rgb(169,172,242); }
td.TdClassName
{
border-color: #A9ACF2;
}
.TagClassName
{
border-color: #A9ACF2;
}
</style>