Shades of Perano #A8ACF4
Tints of Perano #A8ACF4
RGB
CMYK
RGB Variations
Color information
#A8ACF4 (or 0xA8ACF4) is known color: Perano. HEX triplet: A8, AC and F4. RGB value is (168,172,244). Sum of RGB (Red+Green+Blue) = 168+172+244=584 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.77% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 244 (95.70% from 255 or 41.78% from 584); Max value from RGB is 244 - color contains mainly: blue. Hex color #A8ACF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ACF4 is #57530B. Grayscale: #B2B2B2. Windows color (decimal): -5722892 or 16034984. OLE color: 16034984.
HSL color Cylindrical-coordinate representation of color #A8ACF4: hue angle of 236.84º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8ACF4 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 172 | 244 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.04 |
| HSL | 236.84º | 0.78% | 0.81% | - |
| HSV(B) | 236.84º | 0.31% | 0.96% | - |
| XYZ | 47.23 | 44.36 | 91.66 | - |
| YUV | 179.01 | 164.67 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 244 | 0.31 | 0.30 | 0 | 0.04 | 236.84 | 0.78 | 0.81 |
| Hex | A8 | AC | F4 | 1F | 1E | 0 | 4 | ED | 4E | 51 |
| Octal | 250 | 254 | 364 | 37 | 36 | 0 | 4 | 355 | 116 | 121 |
| Binary | 10101000 | 10101100 | 11110100 | 11111 | 11110 | 0 | 100 | 11101101 | 1001110 | 1010001 |
Color Harmonies of #A8ACF4
Complementary color
Monochromatic Colors of #A8ACF4
Black with #A8ACF4
Text Example
Text Example
White with #A8ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ACF4; }
p { color: rgb(168,172,244); }
H1.HeaderClassName
{
color: #A8ACF4;
}
.AnyTagClassName
{
color: #A8ACF4;
}
</style>
background-color css
<style>
a { background-color: #A8ACF4; }
a { background-color: rgb(168,172,244); }
div.DivClassName
{
background-color: #A8ACF4;
}
.BgClassName
{
background-color: #A8ACF4;
}
</style>
border-color css
<style>
span { border-color: #A8ACF4; }
span { border-color: rgb(168,172,244); }
td.TdClassName
{
border-color: #A8ACF4;
}
.TagClassName
{
border-color: #A8ACF4;
}
</style>