Shades of Perano #A3A2FB
Tints of Perano #A3A2FB
RGB
CMYK
RGB Variations
Color information
#A3A2FB (or 0xA3A2FB) is known color: Perano. HEX triplet: A3, A2 and FB. RGB value is (163,162,251). Sum of RGB (Red+Green+Blue) = 163+162+251=576 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.30% from 576); Green value is 162 (63.67% from 255 or 28.12% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #A3A2FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3A2FB is #5C5D04. Grayscale: #ACACAC. Windows color (decimal): -6053125 or 16491171. OLE color: 16491171.
HSL color Cylindrical-coordinate representation of color #A3A2FB: hue angle of 240.67º 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 #A3A2FB is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 162 | 251 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.02 |
| HSL | 240.67º | 0.92% | 0.81% | - |
| HSV(B) | 240.67º | 0.35% | 0.98% | - |
| XYZ | 45.44 | 40.59 | 96.71 | - |
| YUV | 172.45 | 172.33 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 162 | 251 | 0.35 | 0.35 | 0 | 0.02 | 240.67 | 0.92 | 0.81 |
| Hex | A3 | A2 | FB | 23 | 23 | 0 | 2 | F1 | 5C | 51 |
| Octal | 243 | 242 | 373 | 43 | 43 | 0 | 2 | 361 | 134 | 121 |
| Binary | 10100011 | 10100010 | 11111011 | 100011 | 100011 | 0 | 10 | 11110001 | 1011100 | 1010001 |
Color Harmonies of #A3A2FB
Complementary color
Monochromatic Colors of #A3A2FB
Black with #A3A2FB
Text Example
Text Example
White with #A3A2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A2FB; }
p { color: rgb(163,162,251); }
H1.HeaderClassName
{
color: #A3A2FB;
}
.AnyTagClassName
{
color: #A3A2FB;
}
</style>
background-color css
<style>
a { background-color: #A3A2FB; }
a { background-color: rgb(163,162,251); }
div.DivClassName
{
background-color: #A3A2FB;
}
.BgClassName
{
background-color: #A3A2FB;
}
</style>
border-color css
<style>
span { border-color: #A3A2FB; }
span { border-color: rgb(163,162,251); }
td.TdClassName
{
border-color: #A3A2FB;
}
.TagClassName
{
border-color: #A3A2FB;
}
</style>