Shades of Perano #A3A2FE
Tints of Perano #A3A2FE
RGB
CMYK
RGB Variations
Color information
#A3A2FE (or 0xA3A2FE) is known color: Perano. HEX triplet: A3, A2 and FE. RGB value is (163,162,254). Sum of RGB (Red+Green+Blue) = 163+162+254=579 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.15% from 579); Green value is 162 (63.67% from 255 or 27.98% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #A3A2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3A2FE is #5C5D01. Grayscale: #ACACAC. Windows color (decimal): -6053122 or 16687779. OLE color: 16687779.
HSL color Cylindrical-coordinate representation of color #A3A2FE: hue angle of 240.65º 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 #A3A2FE is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 162 | 254 | - |
| CMYK | 0.36 | 0.36 | 0 | 0.00 |
| HSL | 240.65º | 0.98% | 0.82% | - |
| HSV(B) | 240.65º | 0.36% | 1% | - |
| XYZ | 45.91 | 40.78 | 99.22 | - |
| YUV | 172.79 | 173.83 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 162 | 254 | 0.36 | 0.36 | 0 | 0.00 | 240.65 | 0.98 | 0.82 |
| Hex | A3 | A2 | FE | 24 | 24 | 0 | 0 | F1 | 62 | 52 |
| Octal | 243 | 242 | 376 | 44 | 44 | 0 | 0 | 361 | 142 | 122 |
| Binary | 10100011 | 10100010 | 11111110 | 100100 | 100100 | 0 | 0 | 11110001 | 1100010 | 1010010 |
Color Harmonies of #A3A2FE
Complementary color
Monochromatic Colors of #A3A2FE
Black with #A3A2FE
Text Example
Text Example
White with #A3A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A2FE; }
p { color: rgb(163,162,254); }
H1.HeaderClassName
{
color: #A3A2FE;
}
.AnyTagClassName
{
color: #A3A2FE;
}
</style>
background-color css
<style>
a { background-color: #A3A2FE; }
a { background-color: rgb(163,162,254); }
div.DivClassName
{
background-color: #A3A2FE;
}
.BgClassName
{
background-color: #A3A2FE;
}
</style>
border-color css
<style>
span { border-color: #A3A2FE; }
span { border-color: rgb(163,162,254); }
td.TdClassName
{
border-color: #A3A2FE;
}
.TagClassName
{
border-color: #A3A2FE;
}
</style>