Shades of Perano #ACAFDD
Tints of Perano #ACAFDD
RGB
CMYK
RGB Variations
Color information
#ACAFDD (or 0xACAFDD) is known color: Perano. HEX triplet: AC, AF and DD. RGB value is (172,175,221). Sum of RGB (Red+Green+Blue) = 172+175+221=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACAFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAFDD is #535022. Grayscale: #B3B3B3. Windows color (decimal): -5460003 or 14528428. OLE color: 14528428.
HSL color Cylindrical-coordinate representation of color #ACAFDD: hue angle of 236.33º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACAFDD is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 175 | 221 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.13 |
| HSL | 236.33º | 0.42% | 0.77% | - |
| HSV(B) | 236.33º | 0.22% | 0.87% | - |
| XYZ | 45.39 | 44.65 | 74.63 | - |
| YUV | 179.35 | 151.51 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 175 | 221 | 0.22 | 0.21 | 0 | 0.13 | 236.33 | 0.42 | 0.77 |
| Hex | AC | AF | DD | 16 | 15 | 0 | D | EC | 2A | 4D |
| Octal | 254 | 257 | 335 | 26 | 25 | 0 | 15 | 354 | 52 | 115 |
| Binary | 10101100 | 10101111 | 11011101 | 10110 | 10101 | 0 | 1101 | 11101100 | 101010 | 1001101 |
Color Harmonies of #ACAFDD
Complementary color
Monochromatic Colors of #ACAFDD
Black with #ACAFDD
Text Example
Text Example
White with #ACAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAFDD; }
p { color: rgb(172,175,221); }
H1.HeaderClassName
{
color: #ACAFDD;
}
.AnyTagClassName
{
color: #ACAFDD;
}
</style>
background-color css
<style>
a { background-color: #ACAFDD; }
a { background-color: rgb(172,175,221); }
div.DivClassName
{
background-color: #ACAFDD;
}
.BgClassName
{
background-color: #ACAFDD;
}
</style>
border-color css
<style>
span { border-color: #ACAFDD; }
span { border-color: rgb(172,175,221); }
td.TdClassName
{
border-color: #ACAFDD;
}
.TagClassName
{
border-color: #ACAFDD;
}
</style>