Shades of Perano #A4ACF8
Tints of Perano #A4ACF8
RGB
CMYK
RGB Variations
Color information
#A4ACF8 (or 0xA4ACF8) is known color: Perano. HEX triplet: A4, AC and F8. RGB value is (164,172,248). Sum of RGB (Red+Green+Blue) = 164+172+248=584 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.08% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 248 (97.27% from 255 or 42.47% from 584); Max value from RGB is 248 - color contains mainly: blue. Hex color #A4ACF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4ACF8 is #5B5307. Grayscale: #B1B1B1. Windows color (decimal): -5985032 or 16297124. OLE color: 16297124.
HSL color Cylindrical-coordinate representation of color #A4ACF8: hue angle of 234.29º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4ACF8 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 172 | 248 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.03 |
| HSL | 234.29º | 0.86% | 0.81% | - |
| HSV(B) | 234.29º | 0.34% | 0.97% | - |
| XYZ | 47.01 | 44.17 | 94.86 | - |
| YUV | 178.27 | 167.35 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 172 | 248 | 0.34 | 0.31 | 0 | 0.03 | 234.29 | 0.86 | 0.81 |
| Hex | A4 | AC | F8 | 22 | 1F | 0 | 3 | EA | 56 | 51 |
| Octal | 244 | 254 | 370 | 42 | 37 | 0 | 3 | 352 | 126 | 121 |
| Binary | 10100100 | 10101100 | 11111000 | 100010 | 11111 | 0 | 11 | 11101010 | 1010110 | 1010001 |
Color Harmonies of #A4ACF8
Complementary color
Monochromatic Colors of #A4ACF8
Black with #A4ACF8
Text Example
Text Example
White with #A4ACF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ACF8; }
p { color: rgb(164,172,248); }
H1.HeaderClassName
{
color: #A4ACF8;
}
.AnyTagClassName
{
color: #A4ACF8;
}
</style>
background-color css
<style>
a { background-color: #A4ACF8; }
a { background-color: rgb(164,172,248); }
div.DivClassName
{
background-color: #A4ACF8;
}
.BgClassName
{
background-color: #A4ACF8;
}
</style>
border-color css
<style>
span { border-color: #A4ACF8; }
span { border-color: rgb(164,172,248); }
td.TdClassName
{
border-color: #A4ACF8;
}
.TagClassName
{
border-color: #A4ACF8;
}
</style>