Shades of Perano #AC9DFF
Tints of Perano #AC9DFF
RGB
CMYK
RGB Variations
Color information
#AC9DFF (or 0xAC9DFF) is known color: Perano. HEX triplet: AC, 9D and FF. RGB value is (172,157,255). Sum of RGB (Red+Green+Blue) = 172+157+255=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 157 (61.72% from 255 or 26.88% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC9DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9DFF is #536200. Grayscale: #ACACAC. Windows color (decimal): -5464577 or 16752044. OLE color: 16752044.
HSL color Cylindrical-coordinate representation of color #AC9DFF: hue angle of 249.18º 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 #AC9DFF is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 157 | 255 | - |
| CMYK | 0.33 | 0.38 | 0 | 0 |
| HSL | 249.18º | 1% | 0.81% | - |
| HSV(B) | 249.18º | 0.38% | 1% | - |
| XYZ | 47.12 | 40.1 | 99.87 | - |
| YUV | 172.66 | 174.47 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 157 | 255 | 0.33 | 0.38 | 0 | 0 | 249.18 | 1 | 0.81 |
| Hex | AC | 9D | FF | 21 | 26 | 0 | 0 | F9 | 64 | 51 |
| Octal | 254 | 235 | 377 | 41 | 46 | 0 | 0 | 371 | 144 | 121 |
| Binary | 10101100 | 10011101 | 11111111 | 100001 | 100110 | 0 | 0 | 11111001 | 1100100 | 1010001 |
Color Harmonies of #AC9DFF
Complementary color
Monochromatic Colors of #AC9DFF
Black with #AC9DFF
Text Example
Text Example
White with #AC9DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9DFF; }
p { color: rgb(172,157,255); }
H1.HeaderClassName
{
color: #AC9DFF;
}
.AnyTagClassName
{
color: #AC9DFF;
}
</style>
background-color css
<style>
a { background-color: #AC9DFF; }
a { background-color: rgb(172,157,255); }
div.DivClassName
{
background-color: #AC9DFF;
}
.BgClassName
{
background-color: #AC9DFF;
}
</style>
border-color css
<style>
span { border-color: #AC9DFF; }
span { border-color: rgb(172,157,255); }
td.TdClassName
{
border-color: #AC9DFF;
}
.TagClassName
{
border-color: #AC9DFF;
}
</style>