Shades of Perano #A3ADF3
Tints of Perano #A3ADF3
RGB
CMYK
RGB Variations
Color information
#A3ADF3 (or 0xA3ADF3) is known color: Perano. HEX triplet: A3, AD and F3. RGB value is (163,173,243). Sum of RGB (Red+Green+Blue) = 163+173+243=579 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.15% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 243 (95.31% from 255 or 41.97% from 579); Max value from RGB is 243 - color contains mainly: blue. Hex color #A3ADF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3ADF3 is #5C520C. Grayscale: #B1B1B1. Windows color (decimal): -6050317 or 15969699. OLE color: 15969699.
HSL color Cylindrical-coordinate representation of color #A3ADF3: hue angle of 232.5º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3ADF3 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 173 | 243 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.05 |
| HSL | 232.5º | 0.77% | 0.8% | - |
| HSV(B) | 232.5º | 0.33% | 0.95% | - |
| XYZ | 46.23 | 44.14 | 90.88 | - |
| YUV | 177.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 173 | 243 | 0.33 | 0.29 | 0 | 0.05 | 232.5 | 0.77 | 0.8 |
| Hex | A3 | AD | F3 | 21 | 1D | 0 | 5 | E8 | 4D | 50 |
| Octal | 243 | 255 | 363 | 41 | 35 | 0 | 5 | 350 | 115 | 120 |
| Binary | 10100011 | 10101101 | 11110011 | 100001 | 11101 | 0 | 101 | 11101000 | 1001101 | 1010000 |
Color Harmonies of #A3ADF3
Complementary color
Monochromatic Colors of #A3ADF3
Black with #A3ADF3
Text Example
Text Example
White with #A3ADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ADF3; }
p { color: rgb(163,173,243); }
H1.HeaderClassName
{
color: #A3ADF3;
}
.AnyTagClassName
{
color: #A3ADF3;
}
</style>
background-color css
<style>
a { background-color: #A3ADF3; }
a { background-color: rgb(163,173,243); }
div.DivClassName
{
background-color: #A3ADF3;
}
.BgClassName
{
background-color: #A3ADF3;
}
</style>
border-color css
<style>
span { border-color: #A3ADF3; }
span { border-color: rgb(163,173,243); }
td.TdClassName
{
border-color: #A3ADF3;
}
.TagClassName
{
border-color: #A3ADF3;
}
</style>