Shades of Perano #ACAAFF
Tints of Perano #ACAAFF
RGB
CMYK
RGB Variations
Color information
#ACAAFF (or 0xACAAFF) is known color: Perano. HEX triplet: AC, AA and FF. RGB value is (172,170,255). Sum of RGB (Red+Green+Blue) = 172+170+255=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACAAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACAAFF is #535500. Grayscale: #B3B3B3. Windows color (decimal): -5461249 or 16755372. OLE color: 16755372.
HSL color Cylindrical-coordinate representation of color #ACAAFF: hue angle of 241.41º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACAAFF is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 170 | 255 | - |
| CMYK | 0.33 | 0.33 | 0 | 0 |
| HSL | 241.41º | 1% | 0.83% | - |
| HSV(B) | 241.41º | 0.33% | 1% | - |
| XYZ | 49.44 | 44.74 | 100.64 | - |
| YUV | 180.29 | 170.16 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 170 | 255 | 0.33 | 0.33 | 0 | 0 | 241.41 | 1 | 0.83 |
| Hex | AC | AA | FF | 21 | 21 | 0 | 0 | F1 | 64 | 53 |
| Octal | 254 | 252 | 377 | 41 | 41 | 0 | 0 | 361 | 144 | 123 |
| Binary | 10101100 | 10101010 | 11111111 | 100001 | 100001 | 0 | 0 | 11110001 | 1100100 | 1010011 |
Color Harmonies of #ACAAFF
Complementary color
Monochromatic Colors of #ACAAFF
Black with #ACAAFF
Text Example
Text Example
White with #ACAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAAFF; }
p { color: rgb(172,170,255); }
H1.HeaderClassName
{
color: #ACAAFF;
}
.AnyTagClassName
{
color: #ACAAFF;
}
</style>
background-color css
<style>
a { background-color: #ACAAFF; }
a { background-color: rgb(172,170,255); }
div.DivClassName
{
background-color: #ACAAFF;
}
.BgClassName
{
background-color: #ACAAFF;
}
</style>
border-color css
<style>
span { border-color: #ACAAFF; }
span { border-color: rgb(172,170,255); }
td.TdClassName
{
border-color: #ACAAFF;
}
.TagClassName
{
border-color: #ACAAFF;
}
</style>