Shades of Perano #A8ACFE
Tints of Perano #A8ACFE
RGB
CMYK
RGB Variations
Color information
#A8ACFE (or 0xA8ACFE) is known color: Perano. HEX triplet: A8, AC and FE. RGB value is (168,172,254). Sum of RGB (Red+Green+Blue) = 168+172+254=594 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.28% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8ACFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ACFE is #575301. Grayscale: #B3B3B3. Windows color (decimal): -5722882 or 16690344. OLE color: 16690344.
HSL color Cylindrical-coordinate representation of color #A8ACFE: hue angle of 237.21º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8ACFE is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 172 | 254 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.00 |
| HSL | 237.21º | 0.98% | 0.83% | - |
| HSV(B) | 237.21º | 0.34% | 1% | - |
| XYZ | 48.79 | 44.99 | 99.88 | - |
| YUV | 180.15 | 169.67 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 254 | 0.34 | 0.32 | 0 | 0.00 | 237.21 | 0.98 | 0.83 |
| Hex | A8 | AC | FE | 22 | 20 | 0 | 0 | ED | 62 | 53 |
| Octal | 250 | 254 | 376 | 42 | 40 | 0 | 0 | 355 | 142 | 123 |
| Binary | 10101000 | 10101100 | 11111110 | 100010 | 100000 | 0 | 0 | 11101101 | 1100010 | 1010011 |
Color Harmonies of #A8ACFE
Complementary color
Monochromatic Colors of #A8ACFE
Black with #A8ACFE
Text Example
Text Example
White with #A8ACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ACFE; }
p { color: rgb(168,172,254); }
H1.HeaderClassName
{
color: #A8ACFE;
}
.AnyTagClassName
{
color: #A8ACFE;
}
</style>
background-color css
<style>
a { background-color: #A8ACFE; }
a { background-color: rgb(168,172,254); }
div.DivClassName
{
background-color: #A8ACFE;
}
.BgClassName
{
background-color: #A8ACFE;
}
</style>
border-color css
<style>
span { border-color: #A8ACFE; }
span { border-color: rgb(168,172,254); }
td.TdClassName
{
border-color: #A8ACFE;
}
.TagClassName
{
border-color: #A8ACFE;
}
</style>