Shades of Perano #A3A6FE
Tints of Perano #A3A6FE
RGB
CMYK
RGB Variations
Color information
#A3A6FE (or 0xA3A6FE) is known color: Perano. HEX triplet: A3, A6 and FE. RGB value is (163,166,254). Sum of RGB (Red+Green+Blue) = 163+166+254=583 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.96% from 583); Green value is 166 (65.23% from 255 or 28.47% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #A3A6FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3A6FE is #5C5901. Grayscale: #AEAEAE. Windows color (decimal): -6052098 or 16688803. OLE color: 16688803.
HSL color Cylindrical-coordinate representation of color #A3A6FE: hue angle of 238.02º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3A6FE is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 166 | 254 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.00 |
| HSL | 238.02º | 0.98% | 0.82% | - |
| HSV(B) | 238.02º | 0.36% | 1% | - |
| XYZ | 46.63 | 42.21 | 99.46 | - |
| YUV | 175.14 | 172.51 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 166 | 254 | 0.36 | 0.35 | 0 | 0.00 | 238.02 | 0.98 | 0.82 |
| Hex | A3 | A6 | FE | 24 | 23 | 0 | 0 | EE | 62 | 52 |
| Octal | 243 | 246 | 376 | 44 | 43 | 0 | 0 | 356 | 142 | 122 |
| Binary | 10100011 | 10100110 | 11111110 | 100100 | 100011 | 0 | 0 | 11101110 | 1100010 | 1010010 |
Color Harmonies of #A3A6FE
Complementary color
Monochromatic Colors of #A3A6FE
Black with #A3A6FE
Text Example
Text Example
White with #A3A6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A6FE; }
p { color: rgb(163,166,254); }
H1.HeaderClassName
{
color: #A3A6FE;
}
.AnyTagClassName
{
color: #A3A6FE;
}
</style>
background-color css
<style>
a { background-color: #A3A6FE; }
a { background-color: rgb(163,166,254); }
div.DivClassName
{
background-color: #A3A6FE;
}
.BgClassName
{
background-color: #A3A6FE;
}
</style>
border-color css
<style>
span { border-color: #A3A6FE; }
span { border-color: rgb(163,166,254); }
td.TdClassName
{
border-color: #A3A6FE;
}
.TagClassName
{
border-color: #A3A6FE;
}
</style>