Shades of Perano #ACB5F3
Tints of Perano #ACB5F3
RGB
CMYK
RGB Variations
Color information
#ACB5F3 (or 0xACB5F3) is known color: Perano. HEX triplet: AC, B5 and F3. RGB value is (172,181,243). Sum of RGB (Red+Green+Blue) = 172+181+243=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 243 (95.31% from 255 or 40.77% from 596); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACB5F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB5F3 is #534A0C. Grayscale: #B9B9B9. Windows color (decimal): -5458445 or 15971756. OLE color: 15971756.
HSL color Cylindrical-coordinate representation of color #ACB5F3: hue angle of 232.39º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACB5F3 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 181 | 243 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.05 |
| HSL | 232.39º | 0.75% | 0.81% | - |
| HSV(B) | 232.39º | 0.29% | 0.95% | - |
| XYZ | 49.71 | 48.29 | 91.49 | - |
| YUV | 185.38 | 160.52 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 243 | 0.29 | 0.26 | 0 | 0.05 | 232.39 | 0.75 | 0.81 |
| Hex | AC | B5 | F3 | 1D | 1A | 0 | 5 | E8 | 4B | 51 |
| Octal | 254 | 265 | 363 | 35 | 32 | 0 | 5 | 350 | 113 | 121 |
| Binary | 10101100 | 10110101 | 11110011 | 11101 | 11010 | 0 | 101 | 11101000 | 1001011 | 1010001 |
Color Harmonies of #ACB5F3
Complementary color
Monochromatic Colors of #ACB5F3
Black with #ACB5F3
Text Example
Text Example
White with #ACB5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB5F3; }
p { color: rgb(172,181,243); }
H1.HeaderClassName
{
color: #ACB5F3;
}
.AnyTagClassName
{
color: #ACB5F3;
}
</style>
background-color css
<style>
a { background-color: #ACB5F3; }
a { background-color: rgb(172,181,243); }
div.DivClassName
{
background-color: #ACB5F3;
}
.BgClassName
{
background-color: #ACB5F3;
}
</style>
border-color css
<style>
span { border-color: #ACB5F3; }
span { border-color: rgb(172,181,243); }
td.TdClassName
{
border-color: #ACB5F3;
}
.TagClassName
{
border-color: #ACB5F3;
}
</style>