Shades of Perano #A3A5FB
Tints of Perano #A3A5FB
RGB
CMYK
RGB Variations
Color information
#A3A5FB (or 0xA3A5FB) is known color: Perano. HEX triplet: A3, A5 and FB. RGB value is (163,165,251). Sum of RGB (Red+Green+Blue) = 163+165+251=579 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.15% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #A3A5FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3A5FB is #5C5A04. Grayscale: #ADADAD. Windows color (decimal): -6052357 or 16491939. OLE color: 16491939.
HSL color Cylindrical-coordinate representation of color #A3A5FB: hue angle of 238.64º degrees, saturation: 0.92, 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 #A3A5FB is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 165 | 251 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.02 |
| HSL | 238.64º | 0.92% | 0.81% | - |
| HSV(B) | 238.64º | 0.35% | 0.98% | - |
| XYZ | 45.97 | 41.66 | 96.89 | - |
| YUV | 174.21 | 171.34 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 165 | 251 | 0.35 | 0.34 | 0 | 0.02 | 238.64 | 0.92 | 0.81 |
| Hex | A3 | A5 | FB | 23 | 22 | 0 | 2 | EF | 5C | 51 |
| Octal | 243 | 245 | 373 | 43 | 42 | 0 | 2 | 357 | 134 | 121 |
| Binary | 10100011 | 10100101 | 11111011 | 100011 | 100010 | 0 | 10 | 11101111 | 1011100 | 1010001 |
Color Harmonies of #A3A5FB
Complementary color
Monochromatic Colors of #A3A5FB
Black with #A3A5FB
Text Example
Text Example
White with #A3A5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A5FB; }
p { color: rgb(163,165,251); }
H1.HeaderClassName
{
color: #A3A5FB;
}
.AnyTagClassName
{
color: #A3A5FB;
}
</style>
background-color css
<style>
a { background-color: #A3A5FB; }
a { background-color: rgb(163,165,251); }
div.DivClassName
{
background-color: #A3A5FB;
}
.BgClassName
{
background-color: #A3A5FB;
}
</style>
border-color css
<style>
span { border-color: #A3A5FB; }
span { border-color: rgb(163,165,251); }
td.TdClassName
{
border-color: #A3A5FB;
}
.TagClassName
{
border-color: #A3A5FB;
}
</style>