Shades of Perano #A3AEF1
Tints of Perano #A3AEF1
RGB
CMYK
RGB Variations
Color information
#A3AEF1 (or 0xA3AEF1) is known color: Perano. HEX triplet: A3, AE and F1. RGB value is (163,174,241). Sum of RGB (Red+Green+Blue) = 163+174+241=578 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.20% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #A3AEF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3AEF1 is #5C510E. Grayscale: #B2B2B2. Windows color (decimal): -6050063 or 15838883. OLE color: 15838883.
HSL color Cylindrical-coordinate representation of color #A3AEF1: hue angle of 231.54º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3AEF1 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 174 | 241 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.05 |
| HSL | 231.54º | 0.74% | 0.79% | - |
| HSV(B) | 231.54º | 0.32% | 0.95% | - |
| XYZ | 46.12 | 44.41 | 89.36 | - |
| YUV | 178.35 | 163.36 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 174 | 241 | 0.32 | 0.28 | 0 | 0.05 | 231.54 | 0.74 | 0.79 |
| Hex | A3 | AE | F1 | 20 | 1C | 0 | 5 | E8 | 4A | 4F |
| Octal | 243 | 256 | 361 | 40 | 34 | 0 | 5 | 350 | 112 | 117 |
| Binary | 10100011 | 10101110 | 11110001 | 100000 | 11100 | 0 | 101 | 11101000 | 1001010 | 1001111 |
Color Harmonies of #A3AEF1
Complementary color
Monochromatic Colors of #A3AEF1
Black with #A3AEF1
Text Example
Text Example
White with #A3AEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AEF1; }
p { color: rgb(163,174,241); }
H1.HeaderClassName
{
color: #A3AEF1;
}
.AnyTagClassName
{
color: #A3AEF1;
}
</style>
background-color css
<style>
a { background-color: #A3AEF1; }
a { background-color: rgb(163,174,241); }
div.DivClassName
{
background-color: #A3AEF1;
}
.BgClassName
{
background-color: #A3AEF1;
}
</style>
border-color css
<style>
span { border-color: #A3AEF1; }
span { border-color: rgb(163,174,241); }
td.TdClassName
{
border-color: #A3AEF1;
}
.TagClassName
{
border-color: #A3AEF1;
}
</style>