Shades of Perano #A3A2EF
Tints of Perano #A3A2EF
RGB
CMYK
RGB Variations
Color information
#A3A2EF (or 0xA3A2EF) is known color: Perano. HEX triplet: A3, A2 and EF. RGB value is (163,162,239). Sum of RGB (Red+Green+Blue) = 163+162+239=564 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.90% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #A3A2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3A2EF is #5C5D10. Grayscale: #AAAAAA. Windows color (decimal): -6053137 or 15704739. OLE color: 15704739.
HSL color Cylindrical-coordinate representation of color #A3A2EF: hue angle of 240.78º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3A2EF is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 162 | 239 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.06 |
| HSL | 240.78º | 0.71% | 0.79% | - |
| HSV(B) | 240.78º | 0.32% | 0.94% | - |
| XYZ | 43.6 | 39.86 | 87.06 | - |
| YUV | 171.08 | 166.33 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 162 | 239 | 0.32 | 0.32 | 0 | 0.06 | 240.78 | 0.71 | 0.79 |
| Hex | A3 | A2 | EF | 20 | 20 | 0 | 6 | F1 | 47 | 4F |
| Octal | 243 | 242 | 357 | 40 | 40 | 0 | 6 | 361 | 107 | 117 |
| Binary | 10100011 | 10100010 | 11101111 | 100000 | 100000 | 0 | 110 | 11110001 | 1000111 | 1001111 |
Color Harmonies of #A3A2EF
Complementary color
Monochromatic Colors of #A3A2EF
Black with #A3A2EF
Text Example
Text Example
White with #A3A2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A2EF; }
p { color: rgb(163,162,239); }
H1.HeaderClassName
{
color: #A3A2EF;
}
.AnyTagClassName
{
color: #A3A2EF;
}
</style>
background-color css
<style>
a { background-color: #A3A2EF; }
a { background-color: rgb(163,162,239); }
div.DivClassName
{
background-color: #A3A2EF;
}
.BgClassName
{
background-color: #A3A2EF;
}
</style>
border-color css
<style>
span { border-color: #A3A2EF; }
span { border-color: rgb(163,162,239); }
td.TdClassName
{
border-color: #A3A2EF;
}
.TagClassName
{
border-color: #A3A2EF;
}
</style>