Shades of Perano #ACB0FF
Tints of Perano #ACB0FF
RGB
CMYK
RGB Variations
Color information
#ACB0FF (or 0xACB0FF) is known color: Perano. HEX triplet: AC, B0 and FF. RGB value is (172,176,255). Sum of RGB (Red+Green+Blue) = 172+176+255=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACB0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB0FF is #534F00. Grayscale: #B7B7B7. Windows color (decimal): -5459713 or 16756908. OLE color: 16756908.
HSL color Cylindrical-coordinate representation of color #ACB0FF: hue angle of 237.11º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACB0FF is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 172 | 176 | 255 | - |
CMYK | 0.33 | 0.31 | 0 | 0 |
HSL | 237.11º | 1% | 0.84% | - |
HSV(B) | 237.11º | 0.33% | 1% | - |
XYZ | 50.59 | 47.04 | 101.02 | - |
YUV | 183.81 | 168.17 | 119.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 176 | 255 | 0.33 | 0.31 | 0 | 0 | 237.11 | 1 | 0.84 |
Hex | AC | B0 | FF | 21 | 1F | 0 | 0 | ED | 64 | 54 |
Octal | 254 | 260 | 377 | 41 | 37 | 0 | 0 | 355 | 144 | 124 |
Binary | 10101100 | 10110000 | 11111111 | 100001 | 11111 | 0 | 0 | 11101101 | 1100100 | 1010100 |
Color Harmonies of #ACB0FF
Complementary color
Monochromatic Colors of #ACB0FF
Black with #ACB0FF
Text Example
Text Example
White with #ACB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0FF; }
p { color: rgb(172,176,255); }
H1.HeaderClassName
{
color: #ACB0FF;
}
.AnyTagClassName
{
color: #ACB0FF;
}
</style>
background-color css
<style>
a { background-color: #ACB0FF; }
a { background-color: rgb(172,176,255); }
div.DivClassName
{
background-color: #ACB0FF;
}
.BgClassName
{
background-color: #ACB0FF;
}
</style>
border-color css
<style>
span { border-color: #ACB0FF; }
span { border-color: rgb(172,176,255); }
td.TdClassName
{
border-color: #ACB0FF;
}
.TagClassName
{
border-color: #ACB0FF;
}
</style>