Shades of Perano #A3ADF2
Tints of Perano #A3ADF2
RGB
CMYK
RGB Variations
Color information
#A3ADF2 (or 0xA3ADF2) is known color: Perano. HEX triplet: A3, AD and F2. RGB value is (163,173,242). Sum of RGB (Red+Green+Blue) = 163+173+242=578 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.20% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #A3ADF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3ADF2 is #5C520D. Grayscale: #B1B1B1. Windows color (decimal): -6050318 or 15904163. OLE color: 15904163.
HSL color Cylindrical-coordinate representation of color #A3ADF2: hue angle of 232.41º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3ADF2 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 173 | 242 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.05 |
| HSL | 232.41º | 0.75% | 0.79% | - |
| HSV(B) | 232.41º | 0.33% | 0.95% | - |
| XYZ | 46.07 | 44.08 | 90.09 | - |
| YUV | 177.88 | 164.19 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 173 | 242 | 0.33 | 0.29 | 0 | 0.05 | 232.41 | 0.75 | 0.79 |
| Hex | A3 | AD | F2 | 21 | 1D | 0 | 5 | E8 | 4B | 4F |
| Octal | 243 | 255 | 362 | 41 | 35 | 0 | 5 | 350 | 113 | 117 |
| Binary | 10100011 | 10101101 | 11110010 | 100001 | 11101 | 0 | 101 | 11101000 | 1001011 | 1001111 |
Color Harmonies of #A3ADF2
Complementary color
Monochromatic Colors of #A3ADF2
Black with #A3ADF2
Text Example
Text Example
White with #A3ADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ADF2; }
p { color: rgb(163,173,242); }
H1.HeaderClassName
{
color: #A3ADF2;
}
.AnyTagClassName
{
color: #A3ADF2;
}
</style>
background-color css
<style>
a { background-color: #A3ADF2; }
a { background-color: rgb(163,173,242); }
div.DivClassName
{
background-color: #A3ADF2;
}
.BgClassName
{
background-color: #A3ADF2;
}
</style>
border-color css
<style>
span { border-color: #A3ADF2; }
span { border-color: rgb(163,173,242); }
td.TdClassName
{
border-color: #A3ADF2;
}
.TagClassName
{
border-color: #A3ADF2;
}
</style>