Shades of Perano #ACAAFD
Tints of Perano #ACAAFD
RGB
CMYK
RGB Variations
Color information
#ACAAFD (or 0xACAAFD) is known color: Perano. HEX triplet: AC, AA and FD. RGB value is (172,170,253). Sum of RGB (Red+Green+Blue) = 172+170+253=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACAAFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACAAFD is #535502. Grayscale: #B3B3B3. Windows color (decimal): -5461251 or 16624300. OLE color: 16624300.
HSL color Cylindrical-coordinate representation of color #ACAAFD: hue angle of 241.45º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACAAFD is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 170 | 253 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.01 |
| HSL | 241.45º | 0.95% | 0.83% | - |
| HSV(B) | 241.45º | 0.33% | 0.99% | - |
| XYZ | 49.12 | 44.61 | 98.95 | - |
| YUV | 180.06 | 169.16 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 170 | 253 | 0.32 | 0.33 | 0 | 0.01 | 241.45 | 0.95 | 0.83 |
| Hex | AC | AA | FD | 20 | 21 | 0 | 1 | F1 | 5F | 53 |
| Octal | 254 | 252 | 375 | 40 | 41 | 0 | 1 | 361 | 137 | 123 |
| Binary | 10101100 | 10101010 | 11111101 | 100000 | 100001 | 0 | 1 | 11110001 | 1011111 | 1010011 |
Color Harmonies of #ACAAFD
Complementary color
Monochromatic Colors of #ACAAFD
Black with #ACAAFD
Text Example
Text Example
White with #ACAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAAFD; }
p { color: rgb(172,170,253); }
H1.HeaderClassName
{
color: #ACAAFD;
}
.AnyTagClassName
{
color: #ACAAFD;
}
</style>
background-color css
<style>
a { background-color: #ACAAFD; }
a { background-color: rgb(172,170,253); }
div.DivClassName
{
background-color: #ACAAFD;
}
.BgClassName
{
background-color: #ACAAFD;
}
</style>
border-color css
<style>
span { border-color: #ACAAFD; }
span { border-color: rgb(172,170,253); }
td.TdClassName
{
border-color: #ACAAFD;
}
.TagClassName
{
border-color: #ACAAFD;
}
</style>