Shades of Perano #A3ADE5
Tints of Perano #A3ADE5
RGB
CMYK
RGB Variations
Color information
#A3ADE5 (or 0xA3ADE5) is known color: Perano. HEX triplet: A3, AD and E5. RGB value is (163,173,229). Sum of RGB (Red+Green+Blue) = 163+173+229=565 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.85% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #A3ADE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3ADE5 is #5C521A. Grayscale: #B0B0B0. Windows color (decimal): -6050331 or 15052195. OLE color: 15052195.
HSL color Cylindrical-coordinate representation of color #A3ADE5: hue angle of 230.91º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3ADE5 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 173 | 229 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.10 |
| HSL | 230.91º | 0.56% | 0.77% | - |
| HSV(B) | 230.91º | 0.29% | 0.9% | - |
| XYZ | 44.19 | 43.33 | 80.16 | - |
| YUV | 176.39 | 157.69 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 173 | 229 | 0.29 | 0.24 | 0 | 0.10 | 230.91 | 0.56 | 0.77 |
| Hex | A3 | AD | E5 | 1D | 18 | 0 | A | E7 | 38 | 4D |
| Octal | 243 | 255 | 345 | 35 | 30 | 0 | 12 | 347 | 70 | 115 |
| Binary | 10100011 | 10101101 | 11100101 | 11101 | 11000 | 0 | 1010 | 11100111 | 111000 | 1001101 |
Color Harmonies of #A3ADE5
Complementary color
Monochromatic Colors of #A3ADE5
Black with #A3ADE5
Text Example
Text Example
White with #A3ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ADE5; }
p { color: rgb(163,173,229); }
H1.HeaderClassName
{
color: #A3ADE5;
}
.AnyTagClassName
{
color: #A3ADE5;
}
</style>
background-color css
<style>
a { background-color: #A3ADE5; }
a { background-color: rgb(163,173,229); }
div.DivClassName
{
background-color: #A3ADE5;
}
.BgClassName
{
background-color: #A3ADE5;
}
</style>
border-color css
<style>
span { border-color: #A3ADE5; }
span { border-color: rgb(163,173,229); }
td.TdClassName
{
border-color: #A3ADE5;
}
.TagClassName
{
border-color: #A3ADE5;
}
</style>