Shades of Perano #A3ADEB
Tints of Perano #A3ADEB
RGB
CMYK
RGB Variations
Color information
#A3ADEB (or 0xA3ADEB) is known color: Perano. HEX triplet: A3, AD and EB. RGB value is (163,173,235). Sum of RGB (Red+Green+Blue) = 163+173+235=571 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.55% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #A3ADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3ADEB is #5C5214. Grayscale: #B0B0B0. Windows color (decimal): -6050325 or 15445411. OLE color: 15445411.
HSL color Cylindrical-coordinate representation of color #A3ADEB: hue angle of 231.67º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3ADEB is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 173 | 235 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.08 |
| HSL | 231.67º | 0.64% | 0.78% | - |
| HSV(B) | 231.67º | 0.31% | 0.92% | - |
| XYZ | 45.04 | 43.67 | 84.65 | - |
| YUV | 177.08 | 160.69 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 173 | 235 | 0.31 | 0.26 | 0 | 0.08 | 231.67 | 0.64 | 0.78 |
| Hex | A3 | AD | EB | 1F | 1A | 0 | 8 | E8 | 40 | 4E |
| Octal | 243 | 255 | 353 | 37 | 32 | 0 | 10 | 350 | 100 | 116 |
| Binary | 10100011 | 10101101 | 11101011 | 11111 | 11010 | 0 | 1000 | 11101000 | 1000000 | 1001110 |
Color Harmonies of #A3ADEB
Complementary color
Monochromatic Colors of #A3ADEB
Black with #A3ADEB
Text Example
Text Example
White with #A3ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ADEB; }
p { color: rgb(163,173,235); }
H1.HeaderClassName
{
color: #A3ADEB;
}
.AnyTagClassName
{
color: #A3ADEB;
}
</style>
background-color css
<style>
a { background-color: #A3ADEB; }
a { background-color: rgb(163,173,235); }
div.DivClassName
{
background-color: #A3ADEB;
}
.BgClassName
{
background-color: #A3ADEB;
}
</style>
border-color css
<style>
span { border-color: #A3ADEB; }
span { border-color: rgb(163,173,235); }
td.TdClassName
{
border-color: #A3ADEB;
}
.TagClassName
{
border-color: #A3ADEB;
}
</style>