Shades of Perano #A0A6FD
Tints of Perano #A0A6FD
RGB
CMYK
RGB Variations
Color information
#A0A6FD (or 0xA0A6FD) is known color: Perano. HEX triplet: A0, A6 and FD. RGB value is (160,166,253). Sum of RGB (Red+Green+Blue) = 160+166+253=579 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.63% from 579); Green value is 166 (65.23% from 255 or 28.67% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0A6FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0A6FD is #5F5902. Grayscale: #ADADAD. Windows color (decimal): -6248707 or 16623264. OLE color: 16623264.
HSL color Cylindrical-coordinate representation of color #A0A6FD: hue angle of 236.13º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0A6FD is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 166 | 253 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.01 |
| HSL | 236.13º | 0.96% | 0.81% | - |
| HSV(B) | 236.13º | 0.37% | 0.99% | - |
| XYZ | 45.86 | 41.84 | 98.59 | - |
| YUV | 174.12 | 172.51 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 166 | 253 | 0.37 | 0.34 | 0 | 0.01 | 236.13 | 0.96 | 0.81 |
| Hex | A0 | A6 | FD | 25 | 22 | 0 | 1 | EC | 60 | 51 |
| Octal | 240 | 246 | 375 | 45 | 42 | 0 | 1 | 354 | 140 | 121 |
| Binary | 10100000 | 10100110 | 11111101 | 100101 | 100010 | 0 | 1 | 11101100 | 1100000 | 1010001 |
Color Harmonies of #A0A6FD
Complementary color
Monochromatic Colors of #A0A6FD
Black with #A0A6FD
Text Example
Text Example
White with #A0A6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A6FD; }
p { color: rgb(160,166,253); }
H1.HeaderClassName
{
color: #A0A6FD;
}
.AnyTagClassName
{
color: #A0A6FD;
}
</style>
background-color css
<style>
a { background-color: #A0A6FD; }
a { background-color: rgb(160,166,253); }
div.DivClassName
{
background-color: #A0A6FD;
}
.BgClassName
{
background-color: #A0A6FD;
}
</style>
border-color css
<style>
span { border-color: #A0A6FD; }
span { border-color: rgb(160,166,253); }
td.TdClassName
{
border-color: #A0A6FD;
}
.TagClassName
{
border-color: #A0A6FD;
}
</style>