Shades of Perano #A2ADF2
Tints of Perano #A2ADF2
RGB
CMYK
RGB Variations
Color information
#A2ADF2 (or 0xA2ADF2) is known color: Perano. HEX triplet: A2, AD and F2. RGB value is (162,173,242). Sum of RGB (Red+Green+Blue) = 162+173+242=577 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.08% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 242 - color contains mainly: blue. Hex color #A2ADF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2ADF2 is #5D520D. Grayscale: #B1B1B1. Windows color (decimal): -6115854 or 15904162. OLE color: 15904162.
HSL color Cylindrical-coordinate representation of color #A2ADF2: hue angle of 231.75º 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 #A2ADF2 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 173 | 242 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.05 |
| HSL | 231.75º | 0.75% | 0.79% | - |
| HSV(B) | 231.75º | 0.33% | 0.95% | - |
| XYZ | 45.87 | 43.98 | 90.08 | - |
| YUV | 177.58 | 164.36 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 242 | 0.33 | 0.29 | 0 | 0.05 | 231.75 | 0.75 | 0.79 |
| Hex | A2 | AD | F2 | 21 | 1D | 0 | 5 | E8 | 4B | 4F |
| Octal | 242 | 255 | 362 | 41 | 35 | 0 | 5 | 350 | 113 | 117 |
| Binary | 10100010 | 10101101 | 11110010 | 100001 | 11101 | 0 | 101 | 11101000 | 1001011 | 1001111 |
Color Harmonies of #A2ADF2
Complementary color
Monochromatic Colors of #A2ADF2
Black with #A2ADF2
Text Example
Text Example
White with #A2ADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ADF2; }
p { color: rgb(162,173,242); }
H1.HeaderClassName
{
color: #A2ADF2;
}
.AnyTagClassName
{
color: #A2ADF2;
}
</style>
background-color css
<style>
a { background-color: #A2ADF2; }
a { background-color: rgb(162,173,242); }
div.DivClassName
{
background-color: #A2ADF2;
}
.BgClassName
{
background-color: #A2ADF2;
}
</style>
border-color css
<style>
span { border-color: #A2ADF2; }
span { border-color: rgb(162,173,242); }
td.TdClassName
{
border-color: #A2ADF2;
}
.TagClassName
{
border-color: #A2ADF2;
}
</style>