Shades of Perano #A3ADEC
Tints of Perano #A3ADEC
RGB
CMYK
RGB Variations
Color information
#A3ADEC (or 0xA3ADEC) is known color: Perano. HEX triplet: A3, AD and EC. RGB value is (163,173,236). Sum of RGB (Red+Green+Blue) = 163+173+236=572 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.50% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #A3ADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3ADEC is #5C5213. Grayscale: #B0B0B0. Windows color (decimal): -6050324 or 15510947. OLE color: 15510947.
HSL color Cylindrical-coordinate representation of color #A3ADEC: hue angle of 231.78º 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 #A3ADEC is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 173 | 236 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.07 |
| HSL | 231.78º | 0.66% | 0.78% | - |
| HSV(B) | 231.78º | 0.31% | 0.93% | - |
| XYZ | 45.19 | 43.73 | 85.42 | - |
| YUV | 177.19 | 161.19 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 173 | 236 | 0.31 | 0.27 | 0 | 0.07 | 231.78 | 0.66 | 0.78 |
| Hex | A3 | AD | EC | 1F | 1B | 0 | 7 | E8 | 42 | 4E |
| Octal | 243 | 255 | 354 | 37 | 33 | 0 | 7 | 350 | 102 | 116 |
| Binary | 10100011 | 10101101 | 11101100 | 11111 | 11011 | 0 | 111 | 11101000 | 1000010 | 1001110 |
Color Harmonies of #A3ADEC
Complementary color
Monochromatic Colors of #A3ADEC
Black with #A3ADEC
Text Example
Text Example
White with #A3ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ADEC; }
p { color: rgb(163,173,236); }
H1.HeaderClassName
{
color: #A3ADEC;
}
.AnyTagClassName
{
color: #A3ADEC;
}
</style>
background-color css
<style>
a { background-color: #A3ADEC; }
a { background-color: rgb(163,173,236); }
div.DivClassName
{
background-color: #A3ADEC;
}
.BgClassName
{
background-color: #A3ADEC;
}
</style>
border-color css
<style>
span { border-color: #A3ADEC; }
span { border-color: rgb(163,173,236); }
td.TdClassName
{
border-color: #A3ADEC;
}
.TagClassName
{
border-color: #A3ADEC;
}
</style>