Shades of Perano #AC9EFF
Tints of Perano #AC9EFF
RGB
CMYK
RGB Variations
Color information
#AC9EFF (or 0xAC9EFF) is known color: Perano. HEX triplet: AC, 9E and FF. RGB value is (172,158,255). Sum of RGB (Red+Green+Blue) = 172+158+255=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC9EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9EFF is #536100. Grayscale: #ACACAC. Windows color (decimal): -5464321 or 16752300. OLE color: 16752300.
HSL color Cylindrical-coordinate representation of color #AC9EFF: hue angle of 248.66º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC9EFF is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 158 | 255 | - |
| CMYK | 0.33 | 0.38 | 0 | 0 |
| HSL | 248.66º | 1% | 0.81% | - |
| HSV(B) | 248.66º | 0.38% | 1% | - |
| XYZ | 47.29 | 40.44 | 99.92 | - |
| YUV | 173.24 | 174.14 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 158 | 255 | 0.33 | 0.38 | 0 | 0 | 248.66 | 1 | 0.81 |
| Hex | AC | 9E | FF | 21 | 26 | 0 | 0 | F9 | 64 | 51 |
| Octal | 254 | 236 | 377 | 41 | 46 | 0 | 0 | 371 | 144 | 121 |
| Binary | 10101100 | 10011110 | 11111111 | 100001 | 100110 | 0 | 0 | 11111001 | 1100100 | 1010001 |
Color Harmonies of #AC9EFF
Complementary color
Monochromatic Colors of #AC9EFF
Black with #AC9EFF
Text Example
Text Example
White with #AC9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9EFF; }
p { color: rgb(172,158,255); }
H1.HeaderClassName
{
color: #AC9EFF;
}
.AnyTagClassName
{
color: #AC9EFF;
}
</style>
background-color css
<style>
a { background-color: #AC9EFF; }
a { background-color: rgb(172,158,255); }
div.DivClassName
{
background-color: #AC9EFF;
}
.BgClassName
{
background-color: #AC9EFF;
}
</style>
border-color css
<style>
span { border-color: #AC9EFF; }
span { border-color: rgb(172,158,255); }
td.TdClassName
{
border-color: #AC9EFF;
}
.TagClassName
{
border-color: #AC9EFF;
}
</style>