Shades of Perano #A3ADDE
Tints of Perano #A3ADDE
RGB
CMYK
RGB Variations
Color information
#A3ADDE (or 0xA3ADDE) is known color: Perano. HEX triplet: A3, AD and DE. RGB value is (163,173,222). Sum of RGB (Red+Green+Blue) = 163+173+222=558 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.21% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #A3ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3ADDE is #5C5221. Grayscale: #AFAFAF. Windows color (decimal): -6050338 or 14593443. OLE color: 14593443.
HSL color Cylindrical-coordinate representation of color #A3ADDE: hue angle of 229.83º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3ADDE is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 173 | 222 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.13 |
| HSL | 229.83º | 0.47% | 0.75% | - |
| HSV(B) | 229.83º | 0.27% | 0.87% | - |
| XYZ | 43.23 | 42.95 | 75.12 | - |
| YUV | 175.6 | 154.19 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 173 | 222 | 0.27 | 0.22 | 0 | 0.13 | 229.83 | 0.47 | 0.75 |
| Hex | A3 | AD | DE | 1B | 16 | 0 | D | E6 | 2F | 4B |
| Octal | 243 | 255 | 336 | 33 | 26 | 0 | 15 | 346 | 57 | 113 |
| Binary | 10100011 | 10101101 | 11011110 | 11011 | 10110 | 0 | 1101 | 11100110 | 101111 | 1001011 |
Color Harmonies of #A3ADDE
Complementary color
Monochromatic Colors of #A3ADDE
Black with #A3ADDE
Text Example
Text Example
White with #A3ADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ADDE; }
p { color: rgb(163,173,222); }
H1.HeaderClassName
{
color: #A3ADDE;
}
.AnyTagClassName
{
color: #A3ADDE;
}
</style>
background-color css
<style>
a { background-color: #A3ADDE; }
a { background-color: rgb(163,173,222); }
div.DivClassName
{
background-color: #A3ADDE;
}
.BgClassName
{
background-color: #A3ADDE;
}
</style>
border-color css
<style>
span { border-color: #A3ADDE; }
span { border-color: rgb(163,173,222); }
td.TdClassName
{
border-color: #A3ADDE;
}
.TagClassName
{
border-color: #A3ADDE;
}
</style>