Shades of Perano #A6ADFD
Tints of Perano #A6ADFD
RGB
CMYK
RGB Variations
Color information
#A6ADFD (or 0xA6ADFD) is known color: Perano. HEX triplet: A6, AD and FD. RGB value is (166,173,253). Sum of RGB (Red+Green+Blue) = 166+173+253=592 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.04% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #A6ADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ADFD is #595202. Grayscale: #B3B3B3. Windows color (decimal): -5853699 or 16625062. OLE color: 16625062.
HSL color Cylindrical-coordinate representation of color #A6ADFD: hue angle of 235.17º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6ADFD is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 173 | 253 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.01 |
| HSL | 235.17º | 0.96% | 0.82% | - |
| HSV(B) | 235.17º | 0.34% | 0.99% | - |
| XYZ | 48.4 | 45.09 | 99.08 | - |
| YUV | 180.03 | 169.18 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 253 | 0.34 | 0.32 | 0 | 0.01 | 235.17 | 0.96 | 0.82 |
| Hex | A6 | AD | FD | 22 | 20 | 0 | 1 | EB | 60 | 52 |
| Octal | 246 | 255 | 375 | 42 | 40 | 0 | 1 | 353 | 140 | 122 |
| Binary | 10100110 | 10101101 | 11111101 | 100010 | 100000 | 0 | 1 | 11101011 | 1100000 | 1010010 |
Color Harmonies of #A6ADFD
Complementary color
Monochromatic Colors of #A6ADFD
Black with #A6ADFD
Text Example
Text Example
White with #A6ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ADFD; }
p { color: rgb(166,173,253); }
H1.HeaderClassName
{
color: #A6ADFD;
}
.AnyTagClassName
{
color: #A6ADFD;
}
</style>
background-color css
<style>
a { background-color: #A6ADFD; }
a { background-color: rgb(166,173,253); }
div.DivClassName
{
background-color: #A6ADFD;
}
.BgClassName
{
background-color: #A6ADFD;
}
</style>
border-color css
<style>
span { border-color: #A6ADFD; }
span { border-color: rgb(166,173,253); }
td.TdClassName
{
border-color: #A6ADFD;
}
.TagClassName
{
border-color: #A6ADFD;
}
</style>