Shades of Perano #A3AFEC
Tints of Perano #A3AFEC
RGB
CMYK
RGB Variations
Color information
#A3AFEC (or 0xA3AFEC) is known color: Perano. HEX triplet: A3, AF and EC. RGB value is (163,175,236). Sum of RGB (Red+Green+Blue) = 163+175+236=574 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.40% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #A3AFEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3AFEC is #5C5013. Grayscale: #B2B2B2. Windows color (decimal): -6049812 or 15511459. OLE color: 15511459.
HSL color Cylindrical-coordinate representation of color #A3AFEC: hue angle of 230.14º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3AFEC is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 175 | 236 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.07 |
| HSL | 230.14º | 0.66% | 0.78% | - |
| HSV(B) | 230.14º | 0.31% | 0.93% | - |
| XYZ | 45.57 | 44.5 | 85.54 | - |
| YUV | 178.37 | 160.52 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 236 | 0.31 | 0.26 | 0 | 0.07 | 230.14 | 0.66 | 0.78 |
| Hex | A3 | AF | EC | 1F | 1A | 0 | 7 | E6 | 42 | 4E |
| Octal | 243 | 257 | 354 | 37 | 32 | 0 | 7 | 346 | 102 | 116 |
| Binary | 10100011 | 10101111 | 11101100 | 11111 | 11010 | 0 | 111 | 11100110 | 1000010 | 1001110 |
Color Harmonies of #A3AFEC
Complementary color
Monochromatic Colors of #A3AFEC
Black with #A3AFEC
Text Example
Text Example
White with #A3AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AFEC; }
p { color: rgb(163,175,236); }
H1.HeaderClassName
{
color: #A3AFEC;
}
.AnyTagClassName
{
color: #A3AFEC;
}
</style>
background-color css
<style>
a { background-color: #A3AFEC; }
a { background-color: rgb(163,175,236); }
div.DivClassName
{
background-color: #A3AFEC;
}
.BgClassName
{
background-color: #A3AFEC;
}
</style>
border-color css
<style>
span { border-color: #A3AFEC; }
span { border-color: rgb(163,175,236); }
td.TdClassName
{
border-color: #A3AFEC;
}
.TagClassName
{
border-color: #A3AFEC;
}
</style>