Shades of Perano #A8ACDD
Tints of Perano #A8ACDD
RGB
CMYK
RGB Variations
Color information
#A8ACDD (or 0xA8ACDD) is known color: Perano. HEX triplet: A8, AC and DD. RGB value is (168,172,221). Sum of RGB (Red+Green+Blue) = 168+172+221=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #A8ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ACDD is #575322. Grayscale: #B0B0B0. Windows color (decimal): -5722915 or 14527656. OLE color: 14527656.
HSL color Cylindrical-coordinate representation of color #A8ACDD: hue angle of 235.47º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8ACDD is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 172 | 221 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.13 |
| HSL | 235.47º | 0.44% | 0.76% | - |
| HSV(B) | 235.47º | 0.24% | 0.87% | - |
| XYZ | 43.95 | 43.05 | 74.4 | - |
| YUV | 176.39 | 153.17 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 221 | 0.24 | 0.22 | 0 | 0.13 | 235.47 | 0.44 | 0.76 |
| Hex | A8 | AC | DD | 18 | 16 | 0 | D | EB | 2C | 4C |
| Octal | 250 | 254 | 335 | 30 | 26 | 0 | 15 | 353 | 54 | 114 |
| Binary | 10101000 | 10101100 | 11011101 | 11000 | 10110 | 0 | 1101 | 11101011 | 101100 | 1001100 |
Color Harmonies of #A8ACDD
Complementary color
Monochromatic Colors of #A8ACDD
Black with #A8ACDD
Text Example
Text Example
White with #A8ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ACDD; }
p { color: rgb(168,172,221); }
H1.HeaderClassName
{
color: #A8ACDD;
}
.AnyTagClassName
{
color: #A8ACDD;
}
</style>
background-color css
<style>
a { background-color: #A8ACDD; }
a { background-color: rgb(168,172,221); }
div.DivClassName
{
background-color: #A8ACDD;
}
.BgClassName
{
background-color: #A8ACDD;
}
</style>
border-color css
<style>
span { border-color: #A8ACDD; }
span { border-color: rgb(168,172,221); }
td.TdClassName
{
border-color: #A8ACDD;
}
.TagClassName
{
border-color: #A8ACDD;
}
</style>