Shades of Perano #A6ACF4
Tints of Perano #A6ACF4
RGB
CMYK
RGB Variations
Color information
#A6ACF4 (or 0xA6ACF4) is known color: Perano. HEX triplet: A6, AC and F4. RGB value is (166,172,244). Sum of RGB (Red+Green+Blue) = 166+172+244=582 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.52% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 244 (95.70% from 255 or 41.92% from 582); Max value from RGB is 244 - color contains mainly: blue. Hex color #A6ACF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ACF4 is #59530B. Grayscale: #B2B2B2. Windows color (decimal): -5853964 or 16034982. OLE color: 16034982.
HSL color Cylindrical-coordinate representation of color #A6ACF4: hue angle of 235.38º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6ACF4 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 172 | 244 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.04 |
| HSL | 235.38º | 0.78% | 0.8% | - |
| HSV(B) | 235.38º | 0.32% | 0.96% | - |
| XYZ | 46.81 | 44.14 | 91.64 | - |
| YUV | 178.41 | 165.01 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 172 | 244 | 0.32 | 0.30 | 0 | 0.04 | 235.38 | 0.78 | 0.8 |
| Hex | A6 | AC | F4 | 20 | 1E | 0 | 4 | EB | 4E | 50 |
| Octal | 246 | 254 | 364 | 40 | 36 | 0 | 4 | 353 | 116 | 120 |
| Binary | 10100110 | 10101100 | 11110100 | 100000 | 11110 | 0 | 100 | 11101011 | 1001110 | 1010000 |
Color Harmonies of #A6ACF4
Complementary color
Monochromatic Colors of #A6ACF4
Black with #A6ACF4
Text Example
Text Example
White with #A6ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ACF4; }
p { color: rgb(166,172,244); }
H1.HeaderClassName
{
color: #A6ACF4;
}
.AnyTagClassName
{
color: #A6ACF4;
}
</style>
background-color css
<style>
a { background-color: #A6ACF4; }
a { background-color: rgb(166,172,244); }
div.DivClassName
{
background-color: #A6ACF4;
}
.BgClassName
{
background-color: #A6ACF4;
}
</style>
border-color css
<style>
span { border-color: #A6ACF4; }
span { border-color: rgb(166,172,244); }
td.TdClassName
{
border-color: #A6ACF4;
}
.TagClassName
{
border-color: #A6ACF4;
}
</style>