Shades of Perano #A3A2F7
Tints of Perano #A3A2F7
RGB
CMYK
RGB Variations
Color information
#A3A2F7 (or 0xA3A2F7) is known color: Perano. HEX triplet: A3, A2 and F7. RGB value is (163,162,247). Sum of RGB (Red+Green+Blue) = 163+162+247=572 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.50% from 572); Green value is 162 (63.67% from 255 or 28.32% from 572); Blue value is 247 (96.88% from 255 or 43.18% from 572); Max value from RGB is 247 - color contains mainly: blue. Hex color #A3A2F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3A2F7 is #5C5D08. Grayscale: #ABABAB. Windows color (decimal): -6053129 or 16229027. OLE color: 16229027.
HSL color Cylindrical-coordinate representation of color #A3A2F7: hue angle of 240.71º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3A2F7 is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 162 | 247 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.03 |
| HSL | 240.71º | 0.84% | 0.8% | - |
| HSV(B) | 240.71º | 0.34% | 0.97% | - |
| XYZ | 44.81 | 40.34 | 93.42 | - |
| YUV | 171.99 | 170.33 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 162 | 247 | 0.34 | 0.34 | 0 | 0.03 | 240.71 | 0.84 | 0.8 |
| Hex | A3 | A2 | F7 | 22 | 22 | 0 | 3 | F1 | 54 | 50 |
| Octal | 243 | 242 | 367 | 42 | 42 | 0 | 3 | 361 | 124 | 120 |
| Binary | 10100011 | 10100010 | 11110111 | 100010 | 100010 | 0 | 11 | 11110001 | 1010100 | 1010000 |
Color Harmonies of #A3A2F7
Complementary color
Monochromatic Colors of #A3A2F7
Black with #A3A2F7
Text Example
Text Example
White with #A3A2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A2F7; }
p { color: rgb(163,162,247); }
H1.HeaderClassName
{
color: #A3A2F7;
}
.AnyTagClassName
{
color: #A3A2F7;
}
</style>
background-color css
<style>
a { background-color: #A3A2F7; }
a { background-color: rgb(163,162,247); }
div.DivClassName
{
background-color: #A3A2F7;
}
.BgClassName
{
background-color: #A3A2F7;
}
</style>
border-color css
<style>
span { border-color: #A3A2F7; }
span { border-color: rgb(163,162,247); }
td.TdClassName
{
border-color: #A3A2F7;
}
.TagClassName
{
border-color: #A3A2F7;
}
</style>