Shades of Perano #A8ACEF
Tints of Perano #A8ACEF
RGB
CMYK
RGB Variations
Color information
#A8ACEF (or 0xA8ACEF) is known color: Perano. HEX triplet: A8, AC and EF. RGB value is (168,172,239). Sum of RGB (Red+Green+Blue) = 168+172+239=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8ACEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ACEF is #575310. Grayscale: #B2B2B2. Windows color (decimal): -5722897 or 15707304. OLE color: 15707304.
HSL color Cylindrical-coordinate representation of color #A8ACEF: hue angle of 236.62º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8ACEF is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 172 | 239 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.06 |
| HSL | 236.62º | 0.69% | 0.8% | - |
| HSV(B) | 236.62º | 0.3% | 0.94% | - |
| XYZ | 46.48 | 44.06 | 87.72 | - |
| YUV | 178.44 | 162.17 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 239 | 0.30 | 0.28 | 0 | 0.06 | 236.62 | 0.69 | 0.8 |
| Hex | A8 | AC | EF | 1E | 1C | 0 | 6 | ED | 45 | 50 |
| Octal | 250 | 254 | 357 | 36 | 34 | 0 | 6 | 355 | 105 | 120 |
| Binary | 10101000 | 10101100 | 11101111 | 11110 | 11100 | 0 | 110 | 11101101 | 1000101 | 1010000 |
Color Harmonies of #A8ACEF
Complementary color
Monochromatic Colors of #A8ACEF
Black with #A8ACEF
Text Example
Text Example
White with #A8ACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ACEF; }
p { color: rgb(168,172,239); }
H1.HeaderClassName
{
color: #A8ACEF;
}
.AnyTagClassName
{
color: #A8ACEF;
}
</style>
background-color css
<style>
a { background-color: #A8ACEF; }
a { background-color: rgb(168,172,239); }
div.DivClassName
{
background-color: #A8ACEF;
}
.BgClassName
{
background-color: #A8ACEF;
}
</style>
border-color css
<style>
span { border-color: #A8ACEF; }
span { border-color: rgb(168,172,239); }
td.TdClassName
{
border-color: #A8ACEF;
}
.TagClassName
{
border-color: #A8ACEF;
}
</style>