Shades of Perano #ADA2FA
Tints of Perano #ADA2FA
RGB
CMYK
RGB Variations
Color information
#ADA2FA (or 0xADA2FA) is known color: Perano. HEX triplet: AD, A2 and FA. RGB value is (173,162,250). Sum of RGB (Red+Green+Blue) = 173+162+250=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 162 (63.67% from 255 or 27.69% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADA2FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA2FA is #525D05. Grayscale: #AEAEAE. Windows color (decimal): -5397766 or 16425645. OLE color: 16425645.
HSL color Cylindrical-coordinate representation of color #ADA2FA: hue angle of 247.5º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADA2FA is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 162 | 250 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.02 |
| HSL | 247.5º | 0.9% | 0.81% | - |
| HSV(B) | 247.5º | 0.35% | 0.98% | - |
| XYZ | 47.41 | 41.63 | 95.98 | - |
| YUV | 175.32 | 170.14 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 250 | 0.31 | 0.35 | 0 | 0.02 | 247.5 | 0.9 | 0.81 |
| Hex | AD | A2 | FA | 1F | 23 | 0 | 2 | F8 | 5A | 51 |
| Octal | 255 | 242 | 372 | 37 | 43 | 0 | 2 | 370 | 132 | 121 |
| Binary | 10101101 | 10100010 | 11111010 | 11111 | 100011 | 0 | 10 | 11111000 | 1011010 | 1010001 |
Color Harmonies of #ADA2FA
Complementary color
Monochromatic Colors of #ADA2FA
Black with #ADA2FA
Text Example
Text Example
White with #ADA2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA2FA; }
p { color: rgb(173,162,250); }
H1.HeaderClassName
{
color: #ADA2FA;
}
.AnyTagClassName
{
color: #ADA2FA;
}
</style>
background-color css
<style>
a { background-color: #ADA2FA; }
a { background-color: rgb(173,162,250); }
div.DivClassName
{
background-color: #ADA2FA;
}
.BgClassName
{
background-color: #ADA2FA;
}
</style>
border-color css
<style>
span { border-color: #ADA2FA; }
span { border-color: rgb(173,162,250); }
td.TdClassName
{
border-color: #ADA2FA;
}
.TagClassName
{
border-color: #ADA2FA;
}
</style>